diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-03-22 20:04:59 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-03-22 20:04:59 -0700 |
commit | 250bb75a50696a2f7c3358684e9d25279f84ad46 (patch) | |
tree | e74a6586b8466fc366b1919f94e9310b3fdb6596 /mysql-test/r/flush.result | |
parent | fc9c0ad83eecb909fd4f5a08e3b8bfb6c8431159 (diff) | |
download | mariadb-git-250bb75a50696a2f7c3358684e9d25279f84ad46.tar.gz |
fixed bug on re-open of temp tables after FLUSH in the middle of open
added flush test case, but had to comment the fun part out because it
does not work for some reason - will investigate why.
sql/sql_base.cc:
fixed bugs on re-open of temp tables after FLUSH in the middle of open
Diffstat (limited to 'mysql-test/r/flush.result')
-rw-r--r-- | mysql-test/r/flush.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/flush.result b/mysql-test/r/flush.result new file mode 100644 index 00000000000..76862936a16 --- /dev/null +++ b/mysql-test/r/flush.result @@ -0,0 +1,2 @@ +n +3 |