summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSujatha <sujatha.sivakumar@mariadb.com>2020-11-16 14:49:46 +0530
committerSujatha <sujatha.sivakumar@mariadb.com>2020-11-16 14:49:46 +0530
commit2b347e9fc5934905bf686f2f4833b35b3a9ccf56 (patch)
treee57d5c9ea32c8f6a46dfae24715f2e1f46d2e911
parent6da68049b5d28246c5773fc2caee7bef6c6fc68f (diff)
downloadmariadb-git-2b347e9fc5934905bf686f2f4833b35b3a9ccf56.tar.gz
MDEV-23610: Slave user can't run "SHOW SLAVE STATUS" anymore after upgrade to 10.5, mysql_upgrade should take of that
Fixing a post push test issue.
-rw-r--r--mysql-test/main/grant_slave_monitor.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/grant_slave_monitor.result b/mysql-test/main/grant_slave_monitor.result
index e53d8c0e678..ea0b7d8094c 100644
--- a/mysql-test/main/grant_slave_monitor.result
+++ b/mysql-test/main/grant_slave_monitor.result
@@ -22,7 +22,7 @@ ERROR 42000: Access denied; you need (at least one of) the SUPER, SLAVE MONITOR
SHOW RELAYLOG EVENTS;
ERROR 42000: Access denied; you need (at least one of) the SLAVE MONITOR privilege(s) for this operation
disconnect con1;
-#
+#
# SHOW SLAVE STATUS and SHOW RELAYLOG EVENTS are allowed with SLAVE MONITOR privilege
#
connection default;