MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Query_cache_table Struct Reference

Public Member Functions

char * db ()
char * table ()
void table (char *table_arg)
uint32 key_length ()
void key_length (uint32 len)
uint8 type ()
void type (uint8 t)
qc_engine_callback callback ()
void callback (qc_engine_callback fn)
ulonglong engine_data ()
void engine_data (ulonglong data_arg)
uchar * data ()

Public Attributes

char * tbl
uint32 key_len
uint8 table_type
qc_engine_callback callback_func
ulonglong engine_data_buff
int32 m_cached_query_count

Detailed Description

Definition at line 189 of file sql_cache.h.

Member Data Documentation

int32 Query_cache_table::m_cached_query_count

The number of queries depending of this table.

Definition at line 203 of file sql_cache.h.


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