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

#include <innodb_config.h>

Collaboration diagram for meta_cfg_info:

Public Attributes

meta_column_t col_info [CONTAINER_NUM_COLS]
meta_column_textra_col_info
int n_extra_col
meta_index_t index_info
bool flag_enabled
bool cas_enabled
bool exp_enabled
option_value_t options [OPTION_ID_NUM_OPTIONS]
meta_cache_opt_t set_option
meta_cache_opt_t get_option
meta_cache_opt_t del_option
meta_cache_opt_t flush_option
hash_node_t name_hash

Detailed Description

In memory structure contains most necessary metadata info

to configure an InnoDB Memcached engine

Definition at line 198 of file innodb_config.h.

Member Data Documentation

bool meta_cfg_info::cas_enabled

whether cas is enabled

Definition at line 206 of file innodb_config.h.

meta_column_t meta_cfg_info::col_info[CONTAINER_NUM_COLS]

column info

Definition at line 199 of file innodb_config.h.

meta_cache_opt_t meta_cfg_info::del_option

cache option for "delete"

Definition at line 213 of file innodb_config.h.

bool meta_cfg_info::exp_enabled

whether exp is enabled

Definition at line 207 of file innodb_config.h.

meta_column_t* meta_cfg_info::extra_col_info

additional columns specified for the value field

Definition at line 200 of file innodb_config.h.

bool meta_cfg_info::flag_enabled

whether flag is enabled

Definition at line 205 of file innodb_config.h.

meta_cache_opt_t meta_cfg_info::flush_option

cache option for "delete"

Definition at line 215 of file innodb_config.h.

meta_cache_opt_t meta_cfg_info::get_option

cache option for "get"

Definition at line 212 of file innodb_config.h.

meta_index_t meta_cfg_info::index_info

Index info

Definition at line 204 of file innodb_config.h.

int meta_cfg_info::n_extra_col

number of additional value columns

Definition at line 202 of file innodb_config.h.

hash_node_t meta_cfg_info::name_hash

name hash chain node

Definition at line 217 of file innodb_config.h.

option_value_t meta_cfg_info::options[OPTION_ID_NUM_OPTIONS]

configure options, mostly are configured delimiters

Definition at line 209 of file innodb_config.h.

meta_cache_opt_t meta_cfg_info::set_option

cache option for "set"

Definition at line 211 of file innodb_config.h.


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