summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <ramil@mysql.com>2005-05-07 09:06:11 +0500
committerunknown <ramil@mysql.com>2005-05-07 09:06:11 +0500
commita3a9677ab240b12fa7cc26e60251e562bd979d81 (patch)
tree095d2ab7e8e9616f3530d3c934b76fe16fcc45a0 /sql
parenta56921bbe041bbe28e0e5d4ede1681f1e5448c06 (diff)
parentd459cb8b5a99ea5de482f1fbdd0a47b7625c70ef (diff)
downloadmariadb-git-a3a9677ab240b12fa7cc26e60251e562bd979d81.tar.gz
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/ram/work/4.1
Diffstat (limited to 'sql')
-rw-r--r--sql/sql_base.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_base.cc b/sql/sql_base.cc
index 8d694c48849..c580842ce06 100644
--- a/sql/sql_base.cc
+++ b/sql/sql_base.cc
@@ -1267,6 +1267,7 @@ bool wait_for_tables(THD *thd)
{
/* Now we can open all tables without any interference */
thd->proc_info="Reopen tables";
+ thd->version= refresh_version;
result=reopen_tables(thd,0,0);
}
pthread_mutex_unlock(&LOCK_open);