summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-03-18 00:09:13 +0200
committermonty@mysql.com <>2004-03-18 00:09:13 +0200
commitf34a642d6e492fa527e09593aa695e67d3867263 (patch)
tree93869dd2e083920baaab586bbd65e0b77b42fcfa /sql/sql_base.cc
parentf9ad65049088dc58591c954903a22e527e96ea5a (diff)
downloadmariadb-git-f34a642d6e492fa527e09593aa695e67d3867263.tar.gz
after merge fixes
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 6eed4298460..0e2db1f5b17 100644
--- a/sql/sql_base.cc
+++ b/sql/sql_base.cc
@@ -1427,10 +1427,10 @@ int open_tables(THD *thd, TABLE_LIST *start, uint *counter)
bool refresh;
int result=0;
DBUG_ENTER("open_tables");
- *counter= 0;
thd->current_tablenr= 0;
restart:
+ *counter= 0;
thd->proc_info="Opening tables";
for (tables=start ; tables ; tables=tables->next)
{