We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df81be2 + 18423cd commit 83789deCopy full SHA for 83789de
1 file changed
mysqltuner.pl
@@ -1438,7 +1438,7 @@ sub get_all_vars {
1438
1439
my @mysqlslaves;
1440
if ( mysql_version_eq(8) or mysql_version_ge( 10, 5 ) ) {
1441
- @mysqlslaves = select_array "SHOW SLAVE STATUS";
+ @mysqlslaves = select_array "SHOW REPLICAS\\G";
1442
}
1443
else {
1444
@mysqlslaves = select_array("SHOW SLAVE HOSTS\\G");
0 commit comments