Commit fec296cc authored by Damien Ciabrini's avatar Damien Ciabrini Committed by Nirbhay Choubey

refs codership/mysql-wsrep#267

Fix Galera crash at startup when compiled with gcc 6
parent 2e56c7f3
......@@ -87,7 +87,7 @@ my_bool wsrep_creating_startup_threads = 0;
*/
my_bool wsrep_inited = 0; // initialized ?
static const wsrep_uuid_t cluster_uuid = WSREP_UUID_UNDEFINED;
static wsrep_uuid_t cluster_uuid = WSREP_UUID_UNDEFINED;
static char cluster_uuid_str[40]= { 0, };
static const char* cluster_status_str[WSREP_VIEW_MAX] =
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment