1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-21975: Fix the result

This commit is contained in:
Marko Mäkelä
2020-03-19 05:43:57 +02:00
parent 14ef6a2c10
commit f3a8ca9d3f

View File

@@ -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]