diff options
Diffstat (limited to 'sql/wsrep_trans_observer.h')
-rw-r--r-- | sql/wsrep_trans_observer.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/wsrep_trans_observer.h b/sql/wsrep_trans_observer.h index 69756786dd2..118525bb908 100644 --- a/sql/wsrep_trans_observer.h +++ b/sql/wsrep_trans_observer.h @@ -292,9 +292,7 @@ static inline int wsrep_before_commit(THD* thd, bool all) Return zero on succes, non-zero on failure. */ -static inline int wsrep_ordered_commit(THD* thd, - bool all, - const wsrep_apply_error&) +static inline int wsrep_ordered_commit(THD* thd, bool all) { DBUG_ENTER("wsrep_ordered_commit"); WSREP_DEBUG("wsrep_ordered_commit: %d", wsrep_is_real(thd, all)); |