summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <antony@ltantony.mysql.com>2005-05-06 17:30:36 +0100
committerunknown <antony@ltantony.mysql.com>2005-05-06 17:30:36 +0100
commitd459cb8b5a99ea5de482f1fbdd0a47b7625c70ef (patch)
tree322149e4e498495a775e17e40c66f42e07542da1 /sql
parenta67043dbd812c2cf4da0950d1b12bf91ee3af14d (diff)
parentb0bc3da102d70d9749deae32b4f4bf3a78ab7ef5 (diff)
downloadmariadb-git-d459cb8b5a99ea5de482f1fbdd0a47b7625c70ef.tar.gz
Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.1
into ltantony.mysql.com:/usr/home/antony/work2/p2-bug6616-4.1 BitKeeper/etc/logging_ok: auto-union
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);