diff options
author | sasha@mysql.sashanet.com <> | 2000-11-25 23:29:01 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2000-11-25 23:29:01 -0700 |
commit | dd24015eaca6fc813623f9f87c8478da3701a97b (patch) | |
tree | a230abbd46e3341756e3e5629a69736b6a057239 /.bzrignore | |
parent | acc8e0c9a2d0419cd3a5fa23f4b5f913e6fdbde6 (diff) | |
download | mariadb-git-dd24015eaca6fc813623f9f87c8478da3701a97b.tar.gz |
Fixed temp tables to work with replication. It will not work if you stop the slave
while slave thread has temp tables - not hard to fix though, but it is time to go to bed
added a new test case for temp table replication and Slave_open_temp_tables
status variable.
Misc fixes
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index f3dace8599d..df2eef8f1c6 100644 --- a/.bzrignore +++ b/.bzrignore @@ -280,3 +280,5 @@ mysql-test/rpl000011.test mysql-test/var/lib/mysql-bin.007 sql/share/norwegian/errmsg.sys sql/share/norwegian-ny/errmsg.sys +mysql-test/r/3.23/rpl000001.b.result.reject +mysql-test/r/3.23/rpl000012.result.reject |