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]