Commit 2b347e9f authored by Sujatha's avatar Sujatha

MDEV-23610: Slave user can't run "SHOW SLAVE STATUS" anymore after upgrade to...

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.
parent 6da68049
...@@ -22,7 +22,7 @@ ERROR 42000: Access denied; you need (at least one of) the SUPER, SLAVE MONITOR ...@@ -22,7 +22,7 @@ ERROR 42000: Access denied; you need (at least one of) the SUPER, SLAVE MONITOR
SHOW RELAYLOG EVENTS; SHOW RELAYLOG EVENTS;
ERROR 42000: Access denied; you need (at least one of) the SLAVE MONITOR privilege(s) for this operation ERROR 42000: Access denied; you need (at least one of) the SLAVE MONITOR privilege(s) for this operation
disconnect con1; disconnect con1;
# #
# SHOW SLAVE STATUS and SHOW RELAYLOG EVENTS are allowed with SLAVE MONITOR privilege # SHOW SLAVE STATUS and SHOW RELAYLOG EVENTS are allowed with SLAVE MONITOR privilege
# #
connection default; connection default;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment