summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_row_sp012.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/rpl/t/rpl_row_sp012.test')
-rw-r--r--mysql-test/suite/rpl/t/rpl_row_sp012.test4
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_row_sp012.test b/mysql-test/suite/rpl/t/rpl_row_sp012.test
index 80d312f1878..2b8549bf2ae 100644
--- a/mysql-test/suite/rpl/t/rpl_row_sp012.test
+++ b/mysql-test/suite/rpl/t/rpl_row_sp012.test
@@ -40,8 +40,6 @@ set sql_mode=default;
# Need to wait for the rights to be applied at the slave
sync_slave_with_master;
-let $message=<******** Master user1 p3 & p2 calls *******>;
---source include/show_msg.inc
connect (muser1,localhost,user1,,);
connection muser1;
SELECT CURRENT_USER();
@@ -49,8 +47,6 @@ SELECT USER();
CALL test.p3();
CALL test.p2();
-let $message=<******** Slave user1 p3 & p2 calls *******>;
---source include/show_msg.inc
connect (suser1,127.0.0.1,user1,,test,$SLAVE_MYPORT,);
connection master;