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
..
alter.test tokudb test suites 2013-09-09 13:59:38 +02:00
autoinc.test MDEV-6605 Multiple Clients Inserting Causing Error: Failed to read auto-increment value from storage engine 2014-09-08 18:38:13 +02:00
clustering.test tokudb test suites 2013-09-09 13:59:38 +02:00
commit_5396.test MDEV-5396 Assertion `Handlerton: r==0 ' failed (errno=0) on EXPLAIN with TokuDB tables 2013-12-17 17:26:54 +01:00
compression.test tokudb test suites 2013-09-09 13:59:38 +02:00
optimize.test mtr: check that tests clean up debug_sync. fix tests that didn't. 2014-01-27 12:10:53 +01:00
savepoint.test tokudb test suites 2013-09-09 13:59:38 +02:00
xa.test tokudb test suites 2013-09-09 13:59:38 +02:00