mariadb/storage/xtradb/handler
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
..
ha_innodb.cc MDEV-13787 Crash in persistent stats wsrep_on (thd=0x0) 2017-09-27 10:15:08 +05:30
ha_innodb.h Merge branch '10.0' into 10.1 2017-09-19 12:06:50 +03:00
handler0alter.cc MDEV-11828: innodb_page_size=64k must reject ROW_FORMAT=REDUNDANT records longer than 16383 bytes 2017-07-12 19:34:55 +03:00
i_s.cc MDEV-13557: Startup failure, unable to decrypt ibdata1 2017-08-29 14:23:34 +03:00
i_s.h Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
xtradb_i_s.cc Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
xtradb_i_s.h MDEV-11694 InnoDB tries to create unused table SYS_ZIP_DICT 2017-01-03 19:32:47 +02:00