1
0
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:
unknown
2001-04-13 16:18:44 +02:00
parent 9ba069761a
commit ce3b58d6c9
9 changed files with 243 additions and 134 deletions

View File

@ -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;