summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
diff options
context:
space:
mode:
authorserg@serg.mysql.com <>2001-04-13 16:18:44 +0200
committerserg@serg.mysql.com <>2001-04-13 16:18:44 +0200
commitca0ba8e0ab4c765178d7dc3e703e70919f83bfa1 (patch)
treef12dcf690b5fcec38c52c0128c2854c62729ee9d /sql/sql_base.cc
parenta981cfbdcb534675cc4cf92fd583826d746e68c8 (diff)
downloadmariadb-git-ca0ba8e0ab4c765178d7dc3e703e70919f83bfa1.tar.gz
this won't be pushed
Diffstat (limited to 'sql/sql_base.cc')
-rw-r--r--sql/sql_base.cc2
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;