You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 18423cd breaks SHOW REPLICA STATUS on MariaDB 10.11.11
Example output with MySQL Tuner for a server not running any replicas:
MySQLTuner 2.6.2
[!!] Failed to execute: SHOW REPLICAS\G
[!!] FAIL Execute SQL / return code: 256
SHOW REPLICAS\G; returns the error as show above.
SHOW SLAVE STATUS; or SHOW SLAVE HOSTS\G; will run without error. SHOW ALL REPLICAS STATUS; or SHOW REPLICA STATUS; (without the 'S') seems to be the correct code for MariaDB 10.5.1+ MariaDB SHOW REPLICA STATUS