SHOW WSREP_STATUS
was introduced with the WSREP_INFO
plugin in MariaDB 10.1.2.
SHOW WSREP_STATUS
The SHOW WSREP_STATUS
statement returns Galera node and cluster status information. It returns the same information as found in the information_schema.WSREP_STATUS
table. Only users with the SUPER
privilege can access this information.
SHOW WSREP_STATUS; +------------+-------------+----------------+--------------+ | Node_Index | Node_Status | Cluster_Status | Cluster_Size | +------------+-------------+----------------+--------------+ | 0 | Synced | Primary | 3 | +------------+-------------+----------------+--------------+
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/show-wsrep_status/