1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-23 03:54:27 +03:00
Files
mariadb/storage/tokudb/mysql-test/tokudb_mariadb/t
Sergei Golubchik 6b720ae4cb MDEV-6605 Multiple Clients Inserting Causing Error: Failed to read auto-increment value from storage engine
* handler::get_auto_increment() was not expecting any errors from the storage engine.
  That was wrong, errors could happen.
* ha_partition::get_auto_increment() was doing index lookups in partition under a mutex.
  This was redundant (engine transaction isolation was covering that anyway)
  and harmful (causing deadlocks).
2014-09-08 18:38:13 +02:00
..
2013-09-09 13:59:38 +02:00
2013-09-09 13:59:38 +02:00
2013-09-09 13:59:38 +02:00
2013-09-09 13:59:38 +02:00
2013-09-09 13:59:38 +02:00