Skip to content

Commit

Permalink
MDEV-21975: Fix the result
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Mar 19, 2020
1 parent 14ef6a2 commit f3a8ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/suite/binlog/r/binlog_grant.result
Expand Up @@ -140,7 +140,7 @@ RENAME TABLE t1 to t2;
connection default;
REVOKE BINLOG REPLAY ON *.* FROM user1@localhost;
call mtr.add_suppression("Access denied; you need (at least one of) the SUPER, BINLOG REPLAY privilege(s) for this operation");
# Privilege errors are expected now:
# Privilege errors are expected now:
connection user1;
connection default;
include/diff_tables.inc [t1,t2]
Expand Down

0 comments on commit f3a8ca9

Please sign in to comment.