summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_read_only.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/rpl/t/rpl_read_only.test')
-rw-r--r--mysql-test/suite/rpl/t/rpl_read_only.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_read_only.test b/mysql-test/suite/rpl/t/rpl_read_only.test
index c4781bbbb3b..15d5f74fb6d 100644
--- a/mysql-test/suite/rpl/t/rpl_read_only.test
+++ b/mysql-test/suite/rpl/t/rpl_read_only.test
@@ -7,6 +7,7 @@ call mtr.add_suppression("Unsafe statement written to the binary log using state
# Create a test and replicate it to slave
connection master;
create user test;
+grant all on test.* to test;
sync_slave_with_master;
# Setting the master readonly :