MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
thd_alloc_service_st Struct Reference
Collaboration diagram for thd_alloc_service_st:

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)

Detailed Description

Definition at line 45 of file service_thd_alloc.h.


The documentation for this struct was generated from the following file: