From 03940a7bd88131d3d9eacd1b2827f346d24e1483 Mon Sep 17 00:00:00 2001 From: Praveenkumar Hulakund Date: Wed, 24 Jul 2013 15:44:41 +0530 Subject: 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. --- sql/event_scheduler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/event_scheduler.h') diff --git a/sql/event_scheduler.h b/sql/event_scheduler.h index aca4b74dd95..9435ee548d9 100644 --- a/sql/event_scheduler.h +++ b/sql/event_scheduler.h @@ -78,7 +78,7 @@ public: /* State changing methods follow */ bool - start(); + start(int *err_no); bool stop(); -- cgit v1.2.1