mariadb/storage
Sergey Vojtovich 8553525931 MDEV-18400 - Move shutdown handling to main thread
Signal handler is now respoinsible for setting abort_loop and breaking
poll() in main thread. The rest is handled by main thread itself.

Removed redundant LOCK_error_log init/destroy wrappers.
Removed redundant unireg_end(): it is trivial and it has only one caller.
Removed unused ready_to_exit from PFS.
Removed kill_in_progress: duplicates abort_loop.
Removed shutdown_in_progress: duplicates abort_loop.
Removed ready_to_exit: was used to make sure main thread waits for
cleanups, which are now done by main thread itself.
Removed SIGNALS_DONT_BREAK_READ, MAYBE_BROKEN_SYSCALL,
kill_broken_server: never defined/used.
Make clean_up() static.
2019-01-29 11:56:35 +04:00
..
archive Optimize flush tables with read lock (FTWRL) to not wait for select's 2018-12-09 22:12:25 +02:00
blackhole Added new MDL_BACKUP locks for all backup stages 2018-12-09 22:12:27 +02:00
cassandra remove obsolete checks for -fno-implicit-templates 2018-08-12 11:37:43 +02:00
connect Fixed compiler warnings from optimized builds 2019-01-15 17:05:42 +02:00
csv Optimize flush tables with read lock (FTWRL) to not wait for select's 2018-12-09 22:12:25 +02:00
example Changed static const in Alter_info and Alter_online_info to defines 2018-03-29 13:59:40 +03:00
federated Added new MDL_BACKUP locks for all backup stages 2018-12-09 22:12:27 +02:00
federatedx MDEV-17926 FederatedX TODO is obsolete 2018-12-12 00:31:04 +01:00
heap Added new MDL_BACKUP locks for all backup stages 2018-12-09 22:12:27 +02:00
innobase Merge branch '10.3' into 10.4 2019-01-26 01:13:41 +01:00
maria Fixed compiler warnings from optimized builds 2019-01-15 17:05:42 +02:00
mroonga Merge 10.3 into 10.4 2018-12-18 11:33:53 +02:00
myisam MDEV-17926 FederatedX TODO is obsolete 2018-12-12 00:31:04 +01:00
myisammrg Merge 10.2 into 10.3 2018-11-06 09:40:39 +02:00
oqgraph remove obsolete checks for -fno-implicit-templates 2018-08-12 11:37:43 +02:00
perfschema MDEV-18400 - Move shutdown handling to main thread 2019-01-29 11:56:35 +04:00
rocksdb Merge branch '10.3' into 10.4 2019-01-26 01:13:41 +01:00
sequence
sphinx Merge 10.3 into 10.4 2018-08-16 10:08:30 +03:00
spider cleanup: rename a flag, keep old name for compatibility 2018-11-20 15:05:52 +01:00
test_sql_discovery
tokudb Fix test result differences 2019-01-07 07:38:56 +02:00