diff options
author | Ashish Agarwal <ashish.y.agarwal@oracle.com> | 2013-07-02 11:58:39 +0530 |
---|---|---|
committer | Ashish Agarwal <ashish.y.agarwal@oracle.com> | 2013-07-02 11:58:39 +0530 |
commit | f5b5e6b951eabe6d6add84fa915d305a4a95cddf (patch) | |
tree | e923a916e758c6cde635765b285649506d0fe00a /sql/mysqld.h | |
parent | 3ee4a82fd1b3f886c027f0144bdce260b721c5a1 (diff) | |
download | mariadb-git-f5b5e6b951eabe6d6add84fa915d305a4a95cddf.tar.gz |
WL#7076: Backporting wl6715 to support both formats in 5.5, 5.6, 5.7
Backporting wl6715 to mysql-5.5
Diffstat (limited to 'sql/mysqld.h')
-rw-r--r-- | sql/mysqld.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<THD> 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, |