1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix compile error.

This commit is contained in:
Jan Lindström
2018-07-19 21:05:36 +03:00
parent c09d54924a
commit f99fe68b4f

View File

@ -508,6 +508,8 @@ bool mysql_create_or_drop_trigger(THD *thd, TABLE_LIST *tables, bool create)
if (err_status) if (err_status)
goto end; goto end;
} }
if (thd->wsrep_exec_mode == LOCAL_STATE)
WSREP_TO_ISOLATION_BEGIN(WSREP_MYSQL_DB, NULL, NULL); WSREP_TO_ISOLATION_BEGIN(WSREP_MYSQL_DB, NULL, NULL);
/* We should have only one table in table list. */ /* We should have only one table in table list. */