summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_innodb.test
diff options
context:
space:
mode:
authorgkodinov/kgeorge@magare.gmz <>2007-06-20 09:54:42 +0300
committergkodinov/kgeorge@magare.gmz <>2007-06-20 09:54:42 +0300
commit6782e85059784c5277460ba80765a656d91c5d40 (patch)
treed91bbeb1d6cf98bd859782769d7916ee424e4a1a /mysql-test/t/rpl_innodb.test
parente5acb070aa44131f9fcc081ecd48ceababc630c5 (diff)
downloadmariadb-git-6782e85059784c5277460ba80765a656d91c5d40.tar.gz
removed undeterministic tests introduced by the fix for bug 26418
Diffstat (limited to 'mysql-test/t/rpl_innodb.test')
-rw-r--r--mysql-test/t/rpl_innodb.test4
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/t/rpl_innodb.test b/mysql-test/t/rpl_innodb.test
index f13889349f7..30d40e19614 100644
--- a/mysql-test/t/rpl_innodb.test
+++ b/mysql-test/t/rpl_innodb.test
@@ -104,14 +104,10 @@ SHOW CREATE TABLE mysqltest1.tmp2;
# it can't be rolled back by the master's ROLLBACK.
SELECT COUNT(*) FROM mysqltest1.t1;
FLUSH LOGS;
---replace_column 1 x 2 x 3 x 4 x 5 x
-SHOW BINLOG EVENTS IN 'slave-bin.000002' LIMIT 1,8;
--echo -------- switch to master --------
connection master;
FLUSH LOGS;
---replace_column 1 x 2 x 3 x 4 x 5 x
-SHOW BINLOG EVENTS IN 'master-bin.000002' LIMIT 1,12;
DROP DATABASE mysqltest1;
-- source include/master-slave-end.inc