mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixed problem with concurrent inserts and read-previous
Fix for BSDI 4.0
This commit is contained in:
@@ -112,7 +112,7 @@ handler *get_new_handler(TABLE *table, enum db_type db_type)
|
||||
return new ha_berkeley(table);
|
||||
#endif
|
||||
#ifdef HAVE_INNOBASE_DB
|
||||
case DB_TYPE_INNOBASE_DB:
|
||||
case DB_TYPE_INNOBASE:
|
||||
return new ha_innobase(table);
|
||||
#endif
|
||||
case DB_TYPE_HEAP:
|
||||
|
Reference in New Issue
Block a user