1
0
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:
monty@donna.mysql.fi
2001-04-19 20:41:19 +03:00
parent 3876d83ec1
commit a94ba10f8d
15 changed files with 158 additions and 77 deletions

View File

@ -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)
{