mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Handle errors from external_unlock & mysql_unlock_tables
Other things: - Handler errors from ha_maria::implict_commit - Disable DBUG in safe_mutex_lock to get trace file easier to read
This commit is contained in:
@ -1969,8 +1969,8 @@ public:
|
||||
init_sql_alloc(key_memory_locked_table_list, &m_locked_tables_root,
|
||||
MEM_ROOT_BLOCK_SIZE, 0, MYF(MY_THREAD_SPECIFIC));
|
||||
}
|
||||
void unlock_locked_tables(THD *thd);
|
||||
void unlock_locked_table(THD *thd, MDL_ticket *mdl_ticket);
|
||||
int unlock_locked_tables(THD *thd);
|
||||
int unlock_locked_table(THD *thd, MDL_ticket *mdl_ticket);
|
||||
~Locked_tables_list()
|
||||
{
|
||||
reset();
|
||||
|
Reference in New Issue
Block a user