mariadb/storage/innobase
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
..
api Merge 10.1 into 10.2 2016-12-30 08:56:13 +02:00
btr MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00
buf MDEV-11254: innodb-use-trim has no effect in 10.2 2017-01-24 14:40:58 +02:00
data MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
dict MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00
eval Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
fil MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00
fsp MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00
fts Remove MYSQL_TABLESPACES. 2017-01-18 08:30:43 +02:00
fut Merge 10.1 to 10.2 2017-01-05 10:48:03 +02:00
gis MDEV-11831 Make InnoDB mini-transaction memo checks stricter 2017-01-18 14:57:10 +02:00
ha MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
handler cleanup: thd_destructor_proxy 2017-01-28 18:03:28 +01:00
ibuf MDEV-11831 Make InnoDB mini-transaction memo checks stricter 2017-01-18 14:57:10 +02:00
include MDEV-11814 Refuse innodb_read_only startup if crash recovery is needed 2017-01-27 13:01:56 +02:00
lock MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00
log MDEV-11814 Refuse innodb_read_only startup if crash recovery is needed 2017-01-27 13:01:56 +02:00
mach Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
mem MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
mtr MDEV-11831 Make InnoDB mini-transaction memo checks stricter 2017-01-18 14:57:10 +02:00
mysql-test/storage_engine Remove references to innodb_file_format. 2017-01-18 08:43:11 +02:00
os Fix the code to determine sector size on Windows volume. 2017-01-26 17:39:36 +00:00
page Fix a test. 2017-01-25 16:38:45 +02:00
pars Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
que Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
read Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
rem MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
row MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00
srv remove a race-condition prone assertion 2017-01-30 10:11:26 +01:00
sync MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00
trx MDEV-11831 Make InnoDB mini-transaction memo checks stricter 2017-01-18 14:57:10 +02:00
usr Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ut MDEV-11254: innodb-use-trim has no effect in 10.2 2017-01-24 14:40:58 +02:00
CMakeLists.txt MDEV-11195: Simplify enablement of NUMA in innodb/xtradb 2016-11-02 14:37:43 +11:00
compile-innodb
COPYING.Google
COPYING.Percona
innodb.cmake Remove MYSQL_COMPRESSION. 2017-01-18 08:30:42 +02:00
plugin_exports