mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
merge
This commit is contained in:
commit
6e7752d557
2667 changed files with 66388 additions and 411670 deletions
|
|
@ -1278,6 +1278,9 @@ void Relay_log_info::slave_close_thread_tables(THD *thd)
|
|||
*/
|
||||
if (! thd->in_multi_stmt_transaction_mode())
|
||||
thd->mdl_context.release_transactional_locks();
|
||||
else
|
||||
thd->mdl_context.release_statement_locks();
|
||||
|
||||
clear_tables_to_lock();
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue