mariadb/mysql-test/suite/wsrep/r
Nirbhay Choubey 90f222ea7d MDEV-10235: Deadlock in CREATE TABLE .. AS SELECT .. if result set is empty in Galera
In CTAS, handlers get registered under statement transaction
(st_transactions::stmt), while ha_fake_trx_id(), used by CTAS,
looked under standard transaction (st_transactions::all) for
registered handlers, and thus it failed to grab a fake transaction
ID. As a result, with no valid transaction ID, wsrep commit failed
with an error.

ha_fake_trx_id() now looks for handlers registered under 'stmt'
in case 'all' is empty. Also modified the logic to print warning
only once if none of the registered handlers have fake_trx_id.
2016-06-27 18:21:00 -04:00
..
alter_table_innodb.result MDEV-7374 : Losing connection to MySQL while running ALTER TABLE 2015-01-24 18:46:48 -05:00
binlog_format.result MDEV-10235: Deadlock in CREATE TABLE .. AS SELECT .. if result set is empty in Galera 2016-06-27 18:21:00 -04:00
foreign_key.result Add test case for 2014-07-04 11:59:09 +03:00
mdev_6832.result MDEV-6832: ER_LOCK_WAIT_TIMEOUT on SHOW STATUS 2014-12-31 19:46:48 -05:00
mdev_7798.result Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
mdev_10186.result MDEV-10186: mysqld crash when runtime setting wsrep_cluster_address without wsrep_on=ON 2016-06-27 18:15:47 -04:00
mysql_tzinfo_to_sql_symlink.result Merge 10.0-galera into 10.1 2015-02-06 16:14:23 +01:00
plugin.result MDEV-7604: wsrep plugin lists its plugin_maturity as Unknown 2015-02-18 15:23:37 +02:00
pool_of_threads.result MDEV-6247: Merge 10.0-galera to 10.1. 2014-08-26 15:43:46 +03:00
trans.result MDEV-6247: Merge 10.0-galera to 10.1. 2014-08-26 15:43:46 +03:00
variables.result Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00