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 | e879caf845f3f1209eb2065fc4463a293ad9518c (patch) | |
tree | e923a916e758c6cde635765b285649506d0fe00a /sql/mysqld.h | |
parent | 8723f47391d00fcdac268f276b76047058543706 (diff) | |
download | mariadb-git-e879caf845f3f1209eb2065fc4463a293ad9518c.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, |