mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Backport of:
------------------------------------------------------------ revno: 2630.8.3 committer: Dmitry Lenev <dlenev@mysql.com> branch nick: mysql-6.0-3726-w4 timestamp: Thu 2008-06-05 10:48:36 +0400 message: WL#3726 "DDL locking for all metadata objects". After-review fixes in progress. Adjust some comments that were using old terminology (name locks instead of exclusive metadata locks), brought some of them up-to-date with current situation in code.
This commit is contained in:
@@ -408,7 +408,6 @@ struct TABLE_SHARE
|
||||
bool db_low_byte_first; /* Portable row format */
|
||||
bool crashed;
|
||||
bool is_view;
|
||||
bool name_lock, replace_with_name_lock;
|
||||
ulong table_map_id; /* for row-based replication */
|
||||
ulonglong table_map_version;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user