mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
6b720ae4cb
* 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). |
||
---|---|---|
.. | ||
alter.test | ||
autoinc.test | ||
clustering.test | ||
commit_5396.test | ||
compression.test | ||
optimize.test | ||
savepoint.test | ||
xa.test |