summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl000001.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/rpl000001.result')
-rw-r--r--mysql-test/r/rpl000001.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/rpl000001.result b/mysql-test/r/rpl000001.result
index 60a5db1de3a..2c36df65ca9 100644
--- a/mysql-test/r/rpl000001.result
+++ b/mysql-test/r/rpl000001.result
@@ -67,7 +67,7 @@ select (@id := id) - id from t2;
kill @id;
drop table t2;
Server shutdown in progress
-set sql_slave_skip_counter=1;
+set global sql_slave_skip_counter=1;
slave start;
select count(*) from t1;
count(*)