mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
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.
This commit is contained in:
parent
1397985d53
commit
f677e97746
2 changed files with 0 additions and 32 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue