mariadb/mysql-test/suite
Sachin Setiya 0627929f62 MDEV-13787 Crash in persistent stats wsrep_on (thd=0x0)
Problem:- This crash happens because of thd = NULL , and while checking
for wsrep_on , we no longer check for thd != NULL (MDEV-7955). So this
problem is regression of MDEV-7955. However this patch not only solves
this regression , It solves all regression caused by MDEV-7955 patch.

To get all possible cases when thd can be null , assert(thd)/
assert(trx->mysql_thd) is place just before all wsrep_on and innodb test
suite is run. And the assert which caused failure are removed with a physical
check for thd != NULL. Rest assert are removed. Hopefully this method will
remove all current/potential regression of MDEV-7955.
2017-09-27 10:15:08 +05:30
..
archive Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
binlog Merge tag 'mariadb-10.0.32' into 10.0-galera 2017-08-09 08:56:11 +03:00
binlog_encryption Merge branch '10.0' into 10.1 2017-01-16 03:18:14 +02:00
csv Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
encryption Write proper tests for MDEV-12634: Uninitialised ROW_MERGE_RESERVE_SIZE bytes 2017-09-16 21:15:38 +03:00
engines Merge branch '10.0' into 10.1 2017-09-21 22:02:21 +02:00
federated MDEV-12725 select on federated table crashes server 2017-08-08 22:49:09 +02:00
funcs_1 MDEV-11943 I_S.TABLES inconsistencies with tables with unknown storage engine 2017-03-10 18:21:24 +01:00
funcs_2 Merge branch '10.0' into 10.1 2017-01-16 03:18:14 +02:00
galera MDEV-13787 Crash in persistent stats wsrep_on (thd=0x0) 2017-09-27 10:15:08 +05:30
galera_3nodes Merge remote-tracking branch 'origin/10.0-galera' into 10.1 2017-08-21 13:35:00 +03:00
handler MDEV-9155 Enabling Defragmenting in 10.1.8 still causes OPTIMIZE TABLE to take metadatalocks 2016-05-05 01:05:05 +02:00
heap
innodb Merge 10.0 into 10.1 2017-09-25 09:50:24 +03:00
innodb_fts Merge branch '10.0' into 10.1 2017-03-21 19:20:44 +01:00
innodb_zip Merge 10.0 into 10.1 2017-06-06 10:59:54 +03:00
jp Merge branch 'github/10.0-galera' into 10.1 2015-11-19 17:48:36 +01:00
large_tests
maria Merge branch '10.0' 10.1 2017-04-28 20:19:32 +02:00
mariabackup Clean up a directory to avoid a failure of another test 2017-09-16 21:15:38 +03:00
mtr/t
mtr2
multi_source MDEV-9544 FLUSH [RELAY] LOGS does not rotate logs for a named slave 2017-06-05 13:11:10 +05:30
optimizer_unfixed_bugs Merge branch '10.0' into 10.1 2016-12-11 09:53:42 +01:00
parts Merge branch '10.0' into 10.1 2017-09-21 22:02:21 +02:00
percona Merge tag 'mariadb-10.0.20' into 10.1 2015-06-27 20:35:26 +02:00
perfschema Merge tag 'mariadb-10.0.32' into 10.0-galera 2017-08-09 08:56:11 +03:00
perfschema_stress
plugins MDEV-11663 Create services for functionality used by plugins 2017-04-27 19:12:38 +02:00
roles Merge branch '10.0' into 10.1 2017-09-21 22:02:21 +02:00
rpl MDEV-12672 Replicated TIMESTAMP fields given wrong value near DST change 2017-09-21 22:03:21 +02:00
storage_engine Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
stress Merge branch '10.0' into 10.1 2016-03-21 13:02:53 +01:00
sys_vars update rdiff after merge 2017-09-22 13:43:32 +02:00
unit
vcol MDEV-10880: Assertions keypart_map' or prebuilt->search_tuple->n_fields > 0' fail on DISTINCT and GROUP BY constant 2017-06-23 09:16:27 +02:00
wsrep Fix Merge Error 2017-08-23 16:49:42 +05:30