mariadb/plugin/feedback
Sergei Golubchik 8bc3241016 feedback plugin: abort sending the report on server shutdown
network timeouts might be rather large and feedback plugin
waits forever for the sender thread to exit.

an alternative could've been to use GNU-specific pthread_timedjoin_np(),
where _np mean "not portable".
2024-04-13 16:28:13 +02:00
..
CMakeLists.txt Make sure to recompile the feedback plugin for EMBEDDED 2016-09-27 17:38:47 +02:00
feedback.cc feedback plugin: abort sending the report on server shutdown 2024-04-13 16:28:13 +02:00
feedback.h feedback plugin: abort sending the report on server shutdown 2024-04-13 16:28:13 +02:00
sender_thread.cc Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
url_base.cc perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
url_http.cc feedback plugin: abort sending the report on server shutdown 2024-04-13 16:28:13 +02:00
utils.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00