summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <antony@ltantony.mysql.com>2005-05-06 16:16:05 +0100
committerunknown <antony@ltantony.mysql.com>2005-05-06 16:16:05 +0100
commitb0bc3da102d70d9749deae32b4f4bf3a78ab7ef5 (patch)
tree216e0b065b223c54e4cc30608ff1094d4ff6c297 /sql
parent6b819860e5fa83f1ba7c6025df8e227775bb1a1b (diff)
parent079910b6f1bc7cbb1a9425bf0e49775e4c41d365 (diff)
downloadmariadb-git-b0bc3da102d70d9749deae32b4f4bf3a78ab7ef5.tar.gz
Merge ltantony.mysql.com:/usr/home/antony/work2/p2-bug6616
into ltantony.mysql.com:/usr/home/antony/work2/p2-bug6616-4.1 BitKeeper/etc/logging_ok: auto-union sql/sql_base.cc: Auto merged
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);