mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Backport of:
------------------------------------------------------------ revno: 2630.6.1 committer: Konstantin Osipov <konstantin@mysql.com> branch nick: mysql-6.0-3726 timestamp: Tue 2008-05-27 13:45:34 +0400 message: Remove an unused argument from release_table_share(). Remove unused members from TABLE_SHARE struct. Review comments in scope of WL#3726 "DDL locking for all metadata objects"
This commit is contained in:
@@ -313,7 +313,6 @@ struct TABLE_SHARE
|
||||
TYPELIB fieldnames; /* Pointer to fieldnames */
|
||||
TYPELIB *intervals; /* pointer to interval info */
|
||||
pthread_mutex_t mutex; /* For locking the share */
|
||||
pthread_cond_t cond; /* To signal that share is ready */
|
||||
TABLE_SHARE *next, **prev; /* Link to unused shares */
|
||||
|
||||
/*
|
||||
@@ -410,7 +409,6 @@ struct TABLE_SHARE
|
||||
bool crashed;
|
||||
bool is_view;
|
||||
bool name_lock, replace_with_name_lock;
|
||||
bool waiting_on_cond; /* Protection against free */
|
||||
ulong table_map_id; /* for row-based replication */
|
||||
ulonglong table_map_version;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user