summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_stm_user_variables.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/rpl/t/rpl_stm_user_variables.test')
-rw-r--r--mysql-test/suite/rpl/t/rpl_stm_user_variables.test10
1 files changed, 1 insertions, 9 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_stm_user_variables.test b/mysql-test/suite/rpl/t/rpl_stm_user_variables.test
index 64691a1b634..74e54f9624d 100644
--- a/mysql-test/suite/rpl/t/rpl_stm_user_variables.test
+++ b/mysql-test/suite/rpl/t/rpl_stm_user_variables.test
@@ -35,10 +35,8 @@ CREATE TABLE t1 (`tinyint` TINYINT,
-- eval INSERT INTO t1 VALUES ($max_unsigned_long, $max_unsigned_long, $max_unsigned_long, $max_unsigned_long, $max_unsigned_long, $max_unsigned_long, $max_unsigned_long,$max_unsigned_long, $max_unsigned_long, $max_unsigned_long, $max_unsigned_long, $max_unsigned_long, $max_unsigned_long, $max_unsigned_long);
-- echo #########################################
--- echo #### [ on master ]
-- query_vertical SELECT * FROM t1
-- sync_slave_with_master
--- echo #### [ on slave ]
-- query_vertical SELECT * FROM t1
-- echo #########################################
-- connection master
@@ -65,10 +63,8 @@ INSERT INTO t1 VALUES (@positive,
@positive);
-- echo #########################################
--- echo #### [ on master ]
-- query_vertical SELECT * FROM t1
-- sync_slave_with_master
--- echo #### [ on slave ]
-- query_vertical SELECT * FROM t1
-- echo #########################################
-- connection master
@@ -84,10 +80,8 @@ TRUNCATE t1;
-- eval INSERT INTO t1 VALUES ($min_signed_long, $min_signed_long, $min_signed_long, $min_signed_long, $min_signed_long, $min_signed_long, $min_signed_long,$min_signed_long, $min_signed_long, $min_signed_long, $min_signed_long, $min_signed_long, $min_signed_long, $min_signed_long);
-- echo #########################################
--- echo #### [ on master ]
-- query_vertical SELECT * FROM t1
-- sync_slave_with_master
--- echo #### [ on slave ]
-- query_vertical SELECT * FROM t1
-- echo #########################################
-- connection master
@@ -114,10 +108,8 @@ INSERT INTO t1 VALUES (@negative,
@negative);
-- echo #########################################
--- echo #### [ on master ]
-- query_vertical SELECT * FROM t1
-- sync_slave_with_master
--- echo #### [ on slave ]
-- query_vertical SELECT * FROM t1
-- echo #########################################
-- connection master
@@ -195,7 +187,7 @@ CALL p1();
-- sync_slave_with_master
connection slave;
---echo # On slave, check if the statement was replicated.
+--echo # check if the statement was replicated.
SELECT * FROM t1 ORDER BY a;
connection master;