1
0
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:
monty@donna.mysql.com
2001-02-18 13:56:10 +02:00
parent 0ccc30f40c
commit bfc0d5ca29
5 changed files with 154 additions and 21 deletions

View File

@@ -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: