mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -9040,9 +9040,12 @@ void
|
||||
close_mysql_tables(THD *thd)
|
||||
{
|
||||
if (! thd->in_sub_stmt)
|
||||
{
|
||||
trans_commit_stmt(thd);
|
||||
trans_commit(thd);
|
||||
}
|
||||
close_thread_tables(thd);
|
||||
thd->mdl_context.release_transactional_locks();
|
||||
thd->release_transactional_locks();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user