mariadb/storage
Sergei Golubchik 9189284ba3 remove a race-condition prone assertion
on shutdown it might happen that
1. the server starts killing THDs
2. it sets thd->killed in srv_purge_coordinator
3. srv_purge_coordinator notices that and tells srv_workers to exit
4. srv_worker will notice that and will start exiting,
    ... assert here ...
5. server sets thd->killed in worker threads

that is, it might happen that the assert is tested before
srv_worker's THD got the kill signal.

this fixes various random crashes (on this assertion) on shutdown
in tests
2017-01-30 10:11:26 +01:00
..
archive cleanup: Field_blob::get_ptr() 2016-12-12 20:27:33 +01:00
blackhole
cassandra MDEV-6284: Remove CMakeLists.txt hack that mangled the server install file 2016-10-27 18:42:16 +03:00
connect Merge branch '10.1' into 10.2 2016-12-29 13:23:18 +01:00
csv Merge branch '10.0' into 10.1 2016-03-21 13:02:53 +01:00
example
federated MDEV-11597 Assertion when doing select from virtual column with impossible value 2017-01-11 09:19:45 +02:00
federatedx MDEV-11597 Assertion when doing select from virtual column with impossible value 2017-01-11 09:19:45 +02:00
heap MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference 2016-03-31 11:04:48 +04:00
innobase remove a race-condition prone assertion 2017-01-30 10:11:26 +01:00
maria Merge branch '10.1' into 10.2 2016-12-29 13:23:18 +01:00
mroonga Fixed issues found by buildbot 2017-01-11 09:18:35 +02:00
myisam MDEV-11606 Server crashes in mi_make_key / sort_key_read 2017-01-11 09:19:45 +02:00
myisammrg cleanup: remove Item::intro_version 2016-12-12 20:27:25 +01:00
oqgraph Merge branch '10.1' into 10.2 2016-12-29 13:23:18 +01:00
perfschema Merge branch '10.1' into 10.2 2016-12-29 13:23:18 +01:00
sequence test for group by pushdown with a view 2016-05-05 01:05:05 +02:00
sphinx Merge 10.1 into 10.2 2017-01-10 14:39:28 +02:00
spider Mark spider tests big 2016-11-17 17:36:06 +04:00
test_sql_discovery store/show vcols as item->print() 2016-12-12 20:35:41 +01:00
tokudb enable tests that were skipped because of have_xtradb 2016-12-29 13:23:49 +01:00
xtradb Merge 10.1 to 10.2. 2017-01-19 12:06:13 +02:00