summaryrefslogtreecommitdiff
path: root/sql/sql_base.h
diff options
context:
space:
mode:
authorDmitry Lenev <Dmitry.Lenev@oracle.com>2010-09-30 17:29:12 +0400
committerDmitry Lenev <Dmitry.Lenev@oracle.com>2010-09-30 17:29:12 +0400
commit476939cb457d8767e234faa3804322333b0e1c59 (patch)
tree883ef79ddf37de196b41b5fa4efce97cad8aa7b6 /sql/sql_base.h
parentbf55d1fcf0bd2dc050eabf6725f827fcf9c10cfe (diff)
downloadmariadb-git-476939cb457d8767e234faa3804322333b0e1c59.tar.gz
Reverted a temporary workaround for bug #56405 "Deadlock
in the MDL deadlock detector". It is no longer needed as a better fix for this bug has been pushed.
Diffstat (limited to 'sql/sql_base.h')
-rw-r--r--sql/sql_base.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_base.h b/sql/sql_base.h
index 509760909da..7ae3971942b 100644
--- a/sql/sql_base.h
+++ b/sql/sql_base.h
@@ -70,8 +70,6 @@ enum enum_tdc_remove_table_type {TDC_RT_REMOVE_ALL, TDC_RT_REMOVE_NOT_OWN,
bool check_dup(const char *db, const char *name, TABLE_LIST *tables);
extern mysql_mutex_t LOCK_open;
-extern mysql_mutex_t LOCK_dd_owns_lock_open;
-extern uint dd_owns_lock_open;
bool table_cache_init(void);
void table_cache_free(void);
bool table_def_init(void);