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.
1 parent 2e56c7f commit fec296cCopy full SHA for fec296c
sql/wsrep_mysqld.cc
@@ -87,7 +87,7 @@ my_bool wsrep_creating_startup_threads = 0;
87
*/
88
my_bool wsrep_inited = 0; // initialized ?
89
90
-static const wsrep_uuid_t cluster_uuid = WSREP_UUID_UNDEFINED;
+static wsrep_uuid_t cluster_uuid = WSREP_UUID_UNDEFINED;
91
static char cluster_uuid_str[40]= { 0, };
92
static const char* cluster_status_str[WSREP_VIEW_MAX] =
93
{
0 commit comments