From f5b5e6b951eabe6d6add84fa915d305a4a95cddf Mon Sep 17 00:00:00 2001 From: Ashish Agarwal Date: Tue, 2 Jul 2013 11:58:39 +0530 Subject: WL#7076: Backporting wl6715 to support both formats in 5.5, 5.6, 5.7 Backporting wl6715 to mysql-5.5 --- sql/mysqld.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/mysqld.h') diff --git a/sql/mysqld.h b/sql/mysqld.h index 2857094dba3..8a201925286 100644 --- a/sql/mysqld.h +++ b/sql/mysqld.h @@ -218,6 +218,7 @@ extern I_List threads; extern char err_shared_dir[]; extern TYPELIB thread_handling_typelib; extern my_decimal decimal_zero; +void init_sql_statement_names(); /* THR_MALLOC is a key which will be used to set/get MEM_ROOT** for a thread, -- cgit v1.2.1