From d24c8d9af104219bf2e42b89a585c4ba5c6facfa Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 11 Mar 2013 21:00:08 +0100 Subject: [PATCH] fix innodb failures on solaris --- storage/innobase/plugin_exports | 2 ++ 1 file changed, 2 insertions(+) diff --git a/storage/innobase/plugin_exports b/storage/innobase/plugin_exports index 03b8cf8c217..e059601c96e 100644 --- a/storage/innobase/plugin_exports +++ b/storage/innobase/plugin_exports @@ -6,6 +6,8 @@ thd_wait_service; my_snprintf_service; thd_alloc_service; + thd_kill_statement_service; + debug_sync_service; local: *; };