commit | 17ca55ff0f4553212c9fc53275d7cf75a0b6d188 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Mon Jun 20 08:07:46 2011 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Mon Jun 20 08:09:34 2011 -0700 |
tree | fec98724be2ca59ad7bf67c0e88bc454d86512fc | |
parent | e01f37016d214fd79297e1b6d78c299b2aa7b0b6 [diff] |
Fix MySQL counter resets MySQL resets its counters to 0 on server restarts, resulting in database errors on the next insertion attempt for common entities like account or change. gwtorm 1.1.5 was patched to leave in the dummy row that incremented the counter, ensuring the server will use MAX() + 1 instead of 1 on the next increment after restart. Bug: issue 518 Change-Id: I52cf5354f4fccf787fe8c62539ead6d5f6a0fead