1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

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

This commit is contained in:
sjaakola
2017-02-26 23:48:32 +02:00
committed by Jan Lindström
parent 0ddf32c840
commit ba3d26d3ab

View File

@@ -2110,6 +2110,7 @@ bool mysql_rm_table(THD *thd,TABLE_LIST *tables, my_bool if_exists,
DBUG_RETURN(TRUE); DBUG_RETURN(TRUE);
my_ok(thd); my_ok(thd);
DBUG_RETURN(FALSE); DBUG_RETURN(FALSE);
} }
@@ -2674,7 +2675,7 @@ err:
end: end:
#ifdef WITH_WSREP #ifdef WITH_WSREP
thd->wsrep_skip_wsrep_GTID = false; thd->wsrep_skip_wsrep_GTID = false;
#endif /* WITH_WSREP */ #endif /* WITH_WSREP */
DBUG_RETURN(error); DBUG_RETURN(error);
} }