diff options
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r-- | sql/sql_class.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc index db2638254ec..919361b4b30 100644 --- a/sql/sql_class.cc +++ b/sql/sql_class.cc @@ -895,11 +895,11 @@ THD::THD(bool is_applier) wsrep_applier(is_applier), wsrep_applier_closing(false), wsrep_client_thread(false), + wsrep_apply_toi(false), wsrep_po_handle(WSREP_PO_INITIALIZER), wsrep_po_cnt(0), // wsrep_po_in_trans(false), wsrep_apply_format(0), - wsrep_apply_toi(false), #endif m_parser_state(NULL), #if defined(ENABLED_DEBUG_SYNC) |