Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11378, comment 4


Ignore:
Timestamp:
Dec 6, 2013, 2:59:41 AM (10 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11378, comment 4

    initial v1  
    44> `InnoDB` uses the in-memory auto-increment counter as long as the server runs. When the server is stopped and restarted, `InnoDB` reinitializes the counter for each table for the first `INSERT` to the table, as described earlier.
    55
    6 If you absolutely want to prevent reusing id, I don't that auto-increment should be used. Instead, should use uuid or your own sequence implementation.
     6If you absolutely want to prevent reusing id, I don't think auto-increment should be used. Instead, should use uuid or your own sequence implementation.
    77
    88{{{