Commit ba3d26d3 authored by sjaakola's avatar sjaakola Committed by Jan Lindström

Refs: MW-360 * fixes required in pull request review

parent 0ddf32c8
......@@ -2110,6 +2110,7 @@ bool mysql_rm_table(THD *thd,TABLE_LIST *tables, my_bool if_exists,
DBUG_RETURN(TRUE);
my_ok(thd);
DBUG_RETURN(FALSE);
}
......@@ -2674,7 +2675,7 @@ int mysql_rm_table_no_locks(THD *thd, TABLE_LIST *tables, bool if_exists,
end:
#ifdef WITH_WSREP
thd->wsrep_skip_wsrep_GTID = false;
thd->wsrep_skip_wsrep_GTID = false;
#endif /* WITH_WSREP */
DBUG_RETURN(error);
}
......
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