1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-15 08:21:24 +03:00

Add debug lock checks to autoinc functions. Add lock guards around an

invocation of dict_table_autoinc_initialize().
This commit is contained in:
sunny
2007-09-25 07:16:56 +00:00
parent b44b2ae51d
commit 60167ee9d4
2 changed files with 6 additions and 0 deletions

View File

@@ -2895,7 +2895,9 @@ next_rec:
/* MySQL calls ha_innobase::reset_auto_increment() which does
the same thing. */
dict_table_autoinc_lock(table);
dict_table_autoinc_initialize(table, 0);
dict_table_autoinc_unlock(table);
dict_update_statistics(table);
trx_commit_for_mysql(trx);