Commit f3a8ca9d authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-21975: Fix the result

parent 14ef6a2c
......@@ -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]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment