mariadb/storage/xtradb
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
..
api Merge branch '10.0' into 10.1 2017-09-19 12:06:50 +03:00
btr Fix some warnings 2017-09-16 09:45:38 +00:00
buf Merge 10.0 into 10.1 2017-09-06 15:32:56 +03:00
data 5.6.31-77.0 2016-08-10 19:24:58 +02:00
dict Merge tag 'mariadb-10.0.32' into 10.0-galera 2017-08-09 08:56:11 +03:00
dyn Merge branch '5.5' into 10.0 2017-03-03 01:37:54 +02:00
eval
fil Merge 10.0 into 10.1 2017-09-06 15:32:56 +03:00
fsp MDEV-13557: Startup failure, unable to decrypt ibdata1 2017-08-29 14:23:34 +03:00
fts Merge 10.0 into 10.1 2017-05-20 08:41:20 +03:00
fut Part 1 of MDEV-8139 Fix scrubbing tests 2017-01-04 18:21:42 +02:00
ha 5.6.30-76.3 2016-06-21 14:20:09 +02:00
handler MDEV-13787 Crash in persistent stats wsrep_on (thd=0x0) 2017-09-27 10:15:08 +05:30
ibuf Merge 10.0 into 10.1 2017-09-06 15:32:56 +03:00
include MDEV-13787 Crash in persistent stats wsrep_on (thd=0x0) 2017-09-27 10:15:08 +05:30
lock MDEV-13787 Crash in persistent stats wsrep_on (thd=0x0) 2017-09-27 10:15:08 +05:30
log Merge 10.0 into 10.1 2017-09-22 10:31:49 +03:00
mach 5.6.35-80.0 2017-03-04 20:50:02 +02:00
mem 5.6.31-77.0 2016-08-10 19:24:58 +02:00
mtr Merge 10.0 into 10.1 2017-03-09 08:53:08 +02:00
mysql-test/storage_engine Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
os Innodb : do not call fflush() in os_get_last_error_low(), if no error 2017-09-16 09:45:38 +00:00
page Merge 10.0 into 10.1 2017-09-06 15:32:56 +03:00
pars Merge branch 'merge-xtradb-5.6' into 10.0 2017-05-17 12:11:12 +03:00
que
read
rem Merge tag 'mariadb-10.0.31' into 10.0-galera 2017-05-30 15:28:52 +05:30
row MDEV-13787 Crash in persistent stats wsrep_on (thd=0x0) 2017-09-27 10:15:08 +05:30
srv MDEV-13807 mariabackup --apply-log-only does generate redo log by performing rollback and possibly other tasks 2017-09-16 09:55:49 +03:00
sync Silence bogus GCC 7 warnings -Wimplicit-fallthrough 2017-05-17 08:27:04 +03:00
trx MDEV-13807 mariabackup --apply-log-only does generate redo log by performing rollback and possibly other tasks 2017-09-16 09:55:49 +03:00
usr Remove redundant UT_LIST_INIT() calls 2017-05-17 10:33:49 +03:00
ut MDEV-12253: Buffer pool blocks are accessed after they have been freed 2017-04-26 15:19:16 +03:00
CMakeLists.txt Merge branch '10.0' into 10.1 2017-08-15 09:50:31 +02:00
COPYING.Google
COPYING.Percona
Doxyfile
ha_innodb.def