mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-7194: galera fails to replicate DDL queries when using binlog_checksum
Restore fix for MDEV-4328 (revno: 3391) that got accidentally overwritten while merging : http://bazaar.launchpad.net/~codership/codership-mysql/5.5-23/revision/3900 Added a test case.
This commit is contained in:
@@ -1000,6 +1000,7 @@ THD::THD()
|
||||
wsrep_applier(is_applier),
|
||||
wsrep_applier_closing(FALSE),
|
||||
wsrep_client_thread(0),
|
||||
wsrep_apply_format(0),
|
||||
wsrep_apply_toi(false),
|
||||
#endif
|
||||
m_parser_state(NULL),
|
||||
|
Reference in New Issue
Block a user