Skip to content

Commit fec296c

Browse files
dciabrinNirbhay Choubey
authored andcommitted
Fix Galera crash at startup when compiled with gcc 6
1 parent 2e56c7f commit fec296c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/wsrep_mysqld.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ my_bool wsrep_creating_startup_threads = 0;
8787
*/
8888
my_bool wsrep_inited = 0; // initialized ?
8989

90-
static const wsrep_uuid_t cluster_uuid = WSREP_UUID_UNDEFINED;
90+
static wsrep_uuid_t cluster_uuid = WSREP_UUID_UNDEFINED;
9191
static char cluster_uuid_str[40]= { 0, };
9292
static const char* cluster_status_str[WSREP_VIEW_MAX] =
9393
{

0 commit comments

Comments
 (0)