mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Bug#16865959 - PLEASE BACKPORT BUG 14749800.
Since log_throttle is not available in 5.5. Logging of error message for failure of thread to create new connection in "create_thread_to_handle_connection" is not backported. Since, function "my_plugin_log_message" is not available in 5.5 version and since there is incompatibility between sql_print_XXX function compiled with g++ and alog files with gcc to use sql_print_error, changes related to audit log plugin is not backported.
This commit is contained in:
parent
b5071f8229
commit
03940a7bd8
10 changed files with 123 additions and 77 deletions
|
|
@ -79,7 +79,7 @@ public:
|
|||
/* Protected using LOCK_global_system_variables only. */
|
||||
static ulong opt_event_scheduler;
|
||||
static bool check_if_system_tables_error();
|
||||
static bool start();
|
||||
static bool start(int *err_no);
|
||||
static bool stop();
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue