Details
Description
select * from mysql.wsrep_cluster;
|
ERROR 1047 (08S01): WSREP has not yet prepared node for application use
|
|
select * from mysql.wsrep_cluster_members;
|
ERROR 1047 (08S01): WSREP has not yet prepared node for application use
|
|
select * from mysql.wsrep_streaming_log;
|
Empty set (0.001 sec)
|
For some reason, wsrep_streaming_log works (but is empty), but wsrep_cluster and wsrep_cluster_members both fail.
For sysadmin purposes, it would be nice to have this information available