All pages
Powered by GitBook
1 of 1

Loading...

SHOW WSREP_STATUS

View Galera Cluster status variables. This statement displays internal status metrics for the wsrep provider.

SHOW WSREP_STATUS is part of the WSREP_INFO plugin.

Syntax

SHOW WSREP_STATUS

Description

The SHOW WSREP_STATUS statement returns node and cluster status information. It returns the same information as found in the table. Only users with the privilege can access this information.

Examples

This page is licensed: CC BY-SA / Gnu FDL

SHOW WSREP_STATUS;
+------------+-------------+----------------+--------------+
| Node_Index | Node_Status | Cluster_Status | Cluster_Size |
+------------+-------------+----------------+--------------+
|          0 | Synced      | Primary        |            3 |
+------------+-------------+----------------+--------------+
information_schema.WSREP_STATUS
SUPER
Galera