mariadb/mysql-test/suite/galera/t
Nirbhay Choubey 3f515a09ff MDEV-9290 : InnoDB: Assertion failure in file trx0sys.cc line 353
As a fix for MDEV-8208, for initial wsrep threads, the
invocation of init_for_queries() was moved after plugins
were initialized. Due to which, OPTION_BEGIN bit of wsrep
applier THD (originally set in wsrep_replication_process)
got reset due to implicit commit within init_for_queries().
As a result, events from a multi-statement transaction from
another node were committed separately by the applier thread,
which leads to an assertion as they all carry same seqno.

Fixed by making sure that variable.option_bits are restored
post init_for_queries(). Also restored server_status.
Added a test case.
2015-12-16 20:07:12 -05:00
..
basic.test Added MTR support for galera. 2014-02-25 13:13:39 -05:00
binlog_checksum.test MDEV-7194: galera fails to replicate DDL queries when using binlog_checksum 2015-03-27 20:35:37 -04:00
create.test MDEV-8166 : Adding index on new table from select crashes Galera cluster 2015-05-16 11:11:26 -04:00
fk.test MDEV-6651: MariaDB galera cluster crashes in file row0mysql.cc line 684 2014-09-03 18:51:02 +03:00
galera_concurrent_ctas.test MDEV-8260 : Issues related to concurrent CTAS 2015-06-19 19:25:15 -04:00
galera_read_only.test Cleanup: remove dead code which could also lead to race. 2015-09-21 20:49:31 -04:00
galera_sbr.test MDEV-7995 : DMLs not getting replicated with log-bin=OFF & binlog-format != ROW 2015-04-22 18:13:30 -04:00
galera_var_dirty_reads.test Fix galera_var_dirty_reads test. 2015-10-13 15:42:53 -04:00
galera_var_load_data_splitting.test Backport partition tests from 10.0-galera. 2015-08-20 09:55:54 -04:00
mdev_9290.test MDEV-9290 : InnoDB: Assertion failure in file trx0sys.cc line 353 2015-12-16 20:07:12 -05:00
partition.test MDEV-5146 : Bulk loads into partitioned table not working 2015-08-20 20:55:52 -04:00
query_cache.test MDEV-6447: Galera: Enable QC 2014-09-17 14:12:00 -04:00
rename.test MDEV-8598 : Failed MySQL DDL commands and Galera replication 2015-08-12 17:47:25 -04:00
rpl_row_annotate.cnf Backport fix for MDEV-7673, MDEV-7203 and MDEV-7192 from 10.0-galera 2015-03-11 12:36:00 -04:00
rpl_row_annotate.test Backport fix for MDEV-7673, MDEV-7203 and MDEV-7192 from 10.0-galera 2015-03-11 12:36:00 -04:00
unique_key.test MDEV#5552 Deadlock when inserting NULL column value 2014-02-28 23:15:35 -05:00
view.test MDEV-8464 : ALTER VIEW not replicated in some cases 2015-07-19 22:51:19 -04:00