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:
@@ -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]
|
||||
|
Reference in New Issue
Block a user