Comment 3 for bug 1360064

Revision history for this message
Alexey Kopytov (akopytov) wrote : Re: /sql/lock.cc:1140: void Global_backup_lock::release(THD*): Assertion `m_lock != __null && thd->mdl_context.is_lock_owner(m_namespace, "", "", MDL_SHARED)' failed

Regular LOCK TABLES should not be allowed under backup locks. There are no users (even potential ones) of this particular case, hence the lowest priority.