mariadb/plugin
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
..
audit_null Changed database, tablename and alias to be LEX_CSTRING 2018-01-30 21:33:55 +02:00
auth_dialog
auth_ed25519 Merge 10.3 into 10.4 2018-11-06 16:24:16 +02:00
auth_examples MDEV-12321 authentication plugin: SET PASSWORD support 2018-10-31 16:06:16 +01:00
auth_gssapi Merge 10.2 into 10.3 2018-11-06 09:40:39 +02:00
auth_pam MDEV-12321 authentication plugin: SET PASSWORD support 2018-10-31 16:06:16 +01:00
auth_pipe MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
auth_socket MDEV-12321 authentication plugin: SET PASSWORD support 2018-10-31 16:06:16 +01:00
aws_key_management Merge 10.3 into 10.4 2018-10-10 10:36:51 +03:00
cracklib_password_check cleanup: add 'const' to password validation API 2018-10-31 16:06:16 +01:00
daemon_example
debug_key_management
disks Merge branch '10.2' into 10.3 2018-03-28 17:31:57 +02:00
example_key_management
feedback MDEV-18400 - Move shutdown handling to main thread 2019-01-29 11:56:35 +04:00
file_key_management Merge bb-10.2-ext into 10.3 2017-10-04 08:24:06 +03:00
fulltext Fix and reenable Windows compiler warning C4800 (size_t conversion). 2018-01-26 10:37:46 +00:00
handler_socket Move THD list handling to THD_list 2019-01-28 17:39:07 +04:00
locale_info Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00
metadata_lock_info Combine GLOBAL and COMMIT namespaces into BACKUP namespace. 2018-12-09 22:12:26 +02:00
qc_info Added HITS column to QUERY_CACHE_INFO table 2017-08-31 13:50:25 +04:00
query_response_time time_collector transition to std::atomic 2018-12-29 14:19:03 +04:00
server_audit mysys: rename ME_xxx flags to match plugin api 2018-06-04 12:32:23 +02:00
simple_password_check cleanup: add 'const' to password validation API 2018-10-31 16:06:16 +01:00
sql_errlog
user_variables Merge 10.2 into 10.3 2018-11-06 09:40:39 +02:00
userstat Changed database, tablename and alias to be LEX_CSTRING 2018-01-30 21:33:55 +02:00
versioning MDEV-15893 Rename VTQ to TRT 2018-05-12 10:16:46 +02:00
win_auth_client Misc. typos 2018-04-05 15:26:57 +04:00
wsrep_info Galera4 2019-01-23 15:30:00 +04:00