From f3a8ca9d3faef08700f3b043619d827b7c38fdf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Thu, 19 Mar 2020 05:43:57 +0200 Subject: [PATCH] MDEV-21975: Fix the result --- mysql-test/suite/binlog/r/binlog_grant.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/suite/binlog/r/binlog_grant.result b/mysql-test/suite/binlog/r/binlog_grant.result index 1ed21b0f4c1..af4c02411d5 100644 --- a/mysql-test/suite/binlog/r/binlog_grant.result +++ b/mysql-test/suite/binlog/r/binlog_grant.result @@ -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]