|
MySQL 5.6.14 Source Code Document
|
#include <keycaches.h>


Public Member Functions | |
| NAMED_ILINK (I_List< NAMED_ILINK > *links, const char *name_arg, uint name_length_arg, uchar *data_arg) | |
| bool | cmp (const char *name_cmp, uint length) |
Public Member Functions inherited from ilink< NAMED_ILINK > | |
| void | unlink () |
Public Attributes | |
| const char * | name |
| uint | name_length |
| uchar * | data |
ilink (intrusive list element) with a name
Definition at line 30 of file keycaches.h.