MySQL 5.6.14 Source Code Document
|
Public Attributes | |
void *(* | thd_alloc_func )(MYSQL_THD, unsigned int) |
void *(* | thd_calloc_func )(MYSQL_THD, unsigned int) |
char *(* | thd_strdup_func )(MYSQL_THD, const char *) |
char *(* | thd_strmake_func )(MYSQL_THD, const char *, unsigned int) |
void *(* | thd_memdup_func )(MYSQL_THD, const void *, unsigned int) |
MYSQL_LEX_STRING *(* | thd_make_lex_string_func )(MYSQL_THD, MYSQL_LEX_STRING *, const char *, unsigned int, int) |
Definition at line 45 of file service_thd_alloc.h.