mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
this won't be pushed
Docs/manual.texi: HANDLER documented mysql-test/t/handler.test: more tests
This commit is contained in:
@ -407,7 +407,7 @@ void close_thread_tables(THD *thd, bool locked)
|
||||
{
|
||||
DBUG_ENTER("close_thread_tables");
|
||||
|
||||
if (thd->locked_tables || thd->manual_open)
|
||||
if (thd->locked_tables)
|
||||
DBUG_VOID_RETURN; // LOCK TABLES in use
|
||||
|
||||
TABLE *table,*next;
|
||||
|
Reference in New Issue
Block a user