summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_row_create_table.test
diff options
context:
space:
mode:
authorunknown <cmiller@zippy.(none)>2006-07-03 23:17:53 -0400
committerunknown <cmiller@zippy.(none)>2006-07-03 23:17:53 -0400
commit2ef57b836248f945657c7bd0fe02fa7fe3660b54 (patch)
treefebbd8fda4772ca5f079e2e8ab9f859d058f665a /mysql-test/t/rpl_row_create_table.test
parentf49ef0c3a8d78726471bd3d5397c0397d05fd271 (diff)
downloadmariadb-git-2ef57b836248f945657c7bd0fe02fa7fe3660b54.tar.gz
Renumber events to make tests pass. This must be a result of removing extraneous
COMMITs -- the numbers collapse to fill the gaps. mysql-test/r/rpl_row_create_table.result: Renumber event position. This must be a result of extraneous COMMITs; see Bug#16206. I don't fully understand this, but I can't see any harm to it. mysql-test/t/rpl_row_create_table.test: Renumber event position. This must be a result of extraneous COMMITs; see Bug#16206. I don't fully understand this, but I can't see any harm to it.
Diffstat (limited to 'mysql-test/t/rpl_row_create_table.test')
-rw-r--r--mysql-test/t/rpl_row_create_table.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/t/rpl_row_create_table.test b/mysql-test/t/rpl_row_create_table.test
index 8a8ea01d688..a42089441d2 100644
--- a/mysql-test/t/rpl_row_create_table.test
+++ b/mysql-test/t/rpl_row_create_table.test
@@ -76,7 +76,7 @@ INSERT INTO t7 SELECT a,b FROM tt3;
SELECT * FROM t7 ORDER BY a,b;
# Should be written to the binary log
--replace_regex /table_id: [0-9]+/table_id: #/
-SHOW BINLOG EVENTS FROM 1256;
+SHOW BINLOG EVENTS FROM 1118;
sync_slave_with_master;
SELECT * FROM t7 ORDER BY a,b;
@@ -87,7 +87,7 @@ BEGIN;
INSERT INTO t7 SELECT a,b FROM tt4;
ROLLBACK;
--replace_regex /table_id: [0-9]+/table_id: #/
-SHOW BINLOG EVENTS FROM 1452;
+SHOW BINLOG EVENTS FROM 1314;
SELECT * FROM t7 ORDER BY a,b;
sync_slave_with_master;
SELECT * FROM t7 ORDER BY a,b;
@@ -101,7 +101,7 @@ CREATE TEMPORARY TABLE tt6 LIKE tt4;
--query_vertical SHOW CREATE TABLE t8
--query_vertical SHOW CREATE TABLE t9
--replace_regex /table_id: [0-9]+/table_id: #/
-SHOW BINLOG EVENTS FROM 1548;
+SHOW BINLOG EVENTS FROM 1410;
sync_slave_with_master;
--echo **** On Slave ****
--query_vertical SHOW CREATE TABLE t8