summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_user_variables.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/rpl/t/rpl_user_variables.test')
-rw-r--r--mysql-test/suite/rpl/t/rpl_user_variables.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_user_variables.test b/mysql-test/suite/rpl/t/rpl_user_variables.test
index 21b2063c9f2..8d570f28f64 100644
--- a/mysql-test/suite/rpl/t/rpl_user_variables.test
+++ b/mysql-test/suite/rpl/t/rpl_user_variables.test
@@ -315,7 +315,9 @@ create table t1(a int);
insert into t1 values (1),(2);
prepare s1 from 'insert into t1 select a from t1 limit ?';
set @x='1.1';
+--disable_warnings
execute s1 using @x;
+--enable_warnings
select * from t1;
sync_slave_with_master;
connection slave;