1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Added startup option and settable session variable

innodb_table_locks_old_behavior: do not acquire an
InnoDB table lock for LOCK TABLES, as in mysql-4.0.18
and earlier.
This commit is contained in:
marko@hundin.mysql.fi
2004-10-13 22:54:21 +03:00
parent 41ab008a36
commit edb93ca441
4 changed files with 15 additions and 2 deletions

View File

@@ -338,6 +338,9 @@ struct system_variables
my_bool low_priority_updates;
my_bool new_mode;
my_bool query_cache_wlock_invalidate;
#ifdef HAVE_INNOBASE_DB
my_bool innodb_table_locks_old_behavior;
#endif /* HAVE_INNOBASE_DB */
CONVERT *convert_set;
};