diff options
author | Dmitry Lenev <dlenev@mysql.com> | 2010-02-03 22:55:46 +0300 |
---|---|---|
committer | Dmitry Lenev <dlenev@mysql.com> | 2010-02-03 22:55:46 +0300 |
commit | bcf70096e0f262732ca6721ad510ae26d8f58824 (patch) | |
tree | 8c096d562e354b332762b23429271b728a858c64 /sql/mdl.h | |
parent | ac8990cb7d3f4b5282da2d034124e0dbe996ce8d (diff) | |
download | mariadb-git-bcf70096e0f262732ca6721ad510ae26d8f58824.tar.gz |
A follow-up for the patch which implemented new
type-of-operation-aware metadata locks and added a
wait-for graph based deadlock detector to the MDL
subsystem (this patch fixed bug #46272 "MySQL 5.4.4,
new MDL: unnecessary deadlock" and bug #37346
"innodb does not detect deadlock between update and
alter table").
Removed unused and redundant method.
Diffstat (limited to 'sql/mdl.h')
-rw-r--r-- | sql/mdl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/mdl.h b/sql/mdl.h index 24331cf5eac..fca0d0cf336 100644 --- a/sql/mdl.h +++ b/sql/mdl.h @@ -515,8 +515,6 @@ public: inline THD *get_thd() const { return m_thd; } - bool acquire_global_intention_exclusive_lock(MDL_request *mdl_request); - /** Wake up context which is waiting for a change of MDL_lock state. */ |