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:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user