Commit f97e67ff authored by Seppo Jaakola's avatar Seppo Jaakola

References lp:1011983

Merged from codership-mysql/5.5 revision 3758
parent b96af9a3
......@@ -7097,7 +7097,8 @@ ha_innobase::wsrep_append_keys(
DBUG_RETURN(rcode);
}
}
} else if (wsrep_protocol_version == 0) {
}
if (wsrep_protocol_version == 0) {
uint len;
char keyval[WSREP_MAX_SUPPORTED_KEY_LENGTH+1] = {'\0'};
char *key = &keyval[0];
......
......@@ -7737,7 +7737,8 @@ ha_innobase::wsrep_append_keys(
DBUG_RETURN(rcode);
}
}
} else if (wsrep_protocol_version == 0) {
}
if (wsrep_protocol_version == 0) {
uint len;
char keyval[WSREP_MAX_SUPPORTED_KEY_LENGTH+1] = {'\0'};
char *key = &keyval[0];
......
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