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

compiler warnings

This commit is contained in:
Sergei Golubchik
2014-09-04 21:37:10 +02:00
parent fc2df3c637
commit fe0ff58000
8 changed files with 8 additions and 10 deletions

View File

@@ -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)