mirror of https://github.com/MariaDB/server
Browse Source
* 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).pull/73/head
4 changed files with 91 additions and 12 deletions
Loading…
Reference in new issue