mirror of
https://github.com/MariaDB/server.git
synced 2025-11-13 21:42:58 +03:00
CHECK TABLE did temporarily clear the auto_increment value. It runs with a read lock, allowing other readers and conurrent INSERTs. The latter could grab the wrong value in this moment. CHECK TABLE does no longer modify the auto_increment value. Not even for a short moment.
32 KiB
32 KiB