Commit b94ae387 authored by Yuchen Pei's avatar Yuchen Pei

[fixup] galera: Fix an accidental logical inversion in a recent merge

The merge was 13dd7875
parent da9ffca9
......@@ -554,7 +554,7 @@ bool Sql_cmd_alter_table::execute(THD *thd)
}
wsrep::key_array keys;
if (wsrep_append_fk_parent_table(thd, first_table, &keys))
if (!wsrep_append_fk_parent_table(thd, first_table, &keys))
{
WSREP_TO_ISOLATION_BEGIN_ALTER(lex->name.str ? select_lex->db.str
: first_table->db.str,
......
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