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

Public Attributes

void *(* new_stats )(void)
void(* release_stats )(void *)
void(* evicting )(const void *cookie, const void *key, int nkey)

Detailed Description

Definition at line 64 of file server_api.h.

Member Data Documentation

void(* SERVER_STAT_API::evicting)(const void *cookie, const void *key, int nkey)

Tell the server we've evicted an item.

Definition at line 75 of file server_api.h.

void*(* SERVER_STAT_API::new_stats)(void)

Allocate and deallocate thread-specific stats arrays for engine-maintained separate stats.

Definition at line 69 of file server_api.h.


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