1
0
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:
Nirbhay Choubey
2015-03-27 20:35:37 -04:00
parent 6a204546ef
commit d7445ea6df
6 changed files with 105 additions and 7 deletions

View File

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