diff options
Diffstat (limited to 'include/wsrep.h')
-rw-r--r-- | include/wsrep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wsrep.h b/include/wsrep.h index f0d42265ec5..a3a58324f3e 100644 --- a/include/wsrep.h +++ b/include/wsrep.h @@ -62,6 +62,7 @@ #define WSREP_WARN(...) #define WSREP_ERROR(...) #define WSREP_TO_ISOLATION_BEGIN(db_, table_, table_list_) +#define WSREP_TO_ISOLATION_BEGIN_ALTER(db_, table_, table_list_, alter_info_) #define WSREP_TO_ISOLATION_END #define WSREP_TO_ISOLATION_BEGIN_WRTCHK(db_, table_, table_list_) #define WSREP_SYNC_WAIT(thd_, before_) do { } while(0) |