summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/galera_binlog_checksum.result
Commit message (Collapse)AuthorAgeFilesLines
* MENT-411 : Implement wsrep_replicate_ariaJan Lindström2021-02-251-3/+2
| | | | | | | | | | | | | | | Introduced two new wsrep_mode options * REPLICATE_MYISAM * REPLICATE_ARIA Depracated wsrep_replicate_myisam parameter and we use wsrep_mode = REPLICATE_MYISAM instead. This required small refactoring of wsrep_check_mode_after_open_table so that both MyISAM and Aria are handled on required DML cases. Similarly, added Aria to wsrep_should_replicate_ddl to handle DDL for Aria tables using TOI. Added test cases and improved MyISAM testing. Changed use of wsrep_replicate_myisam to wsrep_mode = REPLICATE_MYISAM
* Galera4Brave Galera Crew2019-01-231-0/+2
|
* MDEV-11149: wsrep_replicate_mysaim: DML fails when binlog checksum enabledNirbhay Choubey2016-11-071-0/+16
| | | | | | | | During total-order replication, Query_log_event's checksum_alg should be explicitly set to the current binlog_checksum as it is not set for DML queries. Note: wsrep_replicate_myisam enables replication of DMLs on MyISAM tables using TOI.
* Fixed test cases that broke because we now print changing of connectionsMonty2016-05-011-0/+3
| | | | - Don't log connection creation in galera_connect.inc
* Merge branch '10.0-galera' into 10.1Nirbhay Choubey2015-07-141-0/+10