From 2b347e9fc5934905bf686f2f4833b35b3a9ccf56 Mon Sep 17 00:00:00 2001 From: Sujatha <sujatha.sivakumar@mariadb.com> Date: Mon, 16 Nov 2020 14:49:46 +0530 Subject: [PATCH] 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. --- mysql-test/main/grant_slave_monitor.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.9