diff options
author | serg@serg.mysql.com <> | 2001-04-13 16:18:44 +0200 |
---|---|---|
committer | serg@serg.mysql.com <> | 2001-04-13 16:18:44 +0200 |
commit | ca0ba8e0ab4c765178d7dc3e703e70919f83bfa1 (patch) | |
tree | f12dcf690b5fcec38c52c0128c2854c62729ee9d /sql/sql_base.cc | |
parent | a981cfbdcb534675cc4cf92fd583826d746e68c8 (diff) | |
download | mariadb-git-ca0ba8e0ab4c765178d7dc3e703e70919f83bfa1.tar.gz |
this won't be pushed
Diffstat (limited to 'sql/sql_base.cc')
-rw-r--r-- | sql/sql_base.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_base.cc b/sql/sql_base.cc index 7eb26e6fb1a..35d8749b452 100644 --- a/sql/sql_base.cc +++ b/sql/sql_base.cc @@ -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; |