mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Fix for BDB and LOCK TABLES
This commit is contained in:
@ -1830,6 +1830,7 @@ mysql_execute_command(void)
|
||||
{
|
||||
thd->lock=thd->locked_tables;
|
||||
thd->locked_tables=0; // Will be automaticly closed
|
||||
end_active_trans(thd);
|
||||
}
|
||||
if (thd->global_read_lock)
|
||||
{
|
||||
|
Reference in New Issue
Block a user