mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
a699e4fce8
InnoDB AUTOINC code expects the locks to be released in strict reverse order at the end of the statement. However, nested stored proedures and partition tables break this rule. We now allow the locks to be deleted from the trx->autoinc_locks vector in any order but optimise for the common (old) case. rb://441 Approved by Marko Makela
1 line
29 B
Text
1 line
29 B
Text
--innodb_autoinc_lock_mode=0
|