mariadb/plugin/feedback
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
..
CMakeLists.txt Make sure to recompile the feedback plugin for EMBEDDED 2016-09-27 17:38:47 +02:00
feedback.cc Changed database, tablename and alias to be LEX_CSTRING 2018-01-30 21:33:55 +02:00
feedback.h Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00
sender_thread.cc MDEV-18400 - Move shutdown handling to main thread 2019-01-29 11:56:35 +04:00
url_base.cc Correct FSF address 2017-03-10 18:21:29 +01:00
url_http.cc MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 2018-02-06 12:55:58 +00:00
utils.cc Make possible to use clang on Windows (clang-cl) 2018-02-20 21:17:36 +00:00