mariadb/plugin/feedback
Monty 2447172afb Ensure that process "State" is properly cleaned after query execution
In some cases "SHOW PROCESSLIST" could show "Reset for next command"
as State, even if the previous query had finished properly.

Fixed by clearing State after end of command and also setting the State
for the "Connect" command.

Other things:
- Changed usage of 'thd->set_command(COM_SLEEP)' to
  'thd->mark_connection_idle()'.
- Changed thread_state_info() to return "" instead of NULL. This is
  just a safety measurement and in line with the logic of the
  rest of the function.
2023-11-07 10:07:30 +02:00
..
CMakeLists.txt Make sure to recompile the feedback plugin for EMBEDDED 2016-09-27 17:38:47 +02:00
feedback.cc Update feedback plugin URL to use feedback.mariadb.org subdomain 2023-03-20 18:15:17 +02:00
feedback.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
sender_thread.cc Ensure that process "State" is properly cleaned after query execution 2023-11-07 10:07:30 +02:00
url_base.cc Update FSF address 2019-05-10 20:52:00 +03:00
url_http.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
utils.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00