MySQL 5.6.14 Source Code Document
|
#include "config.h"
#include <pthread.h>
#include <memcached/engine.h>
#include <memcached/util.h>
#include <memcached/visibility.h>
#include <innodb_utility.h>
#include <innodb_config.h>
Go to the source code of this file.
Classes | |
struct | innodb_conn_data_struct |
struct | innodb_engine |
Macros | |
#define | CONN_NUM_WRITE_COMMIT 1 |
#define | CONN_NUM_READ_COMMIT 1048510 |
Typedefs | |
typedef struct innodb_conn_data_struct | innodb_conn_data_t |
typedef struct innodb_engine | innodb_engine_t |
Functions | |
typedef | UT_LIST_BASE_NODE_T (innodb_conn_data_t) conn_list_t |
Created 03/15/2011 Jimmy Yang
Definition in file innodb_engine.h.
#define CONN_NUM_READ_COMMIT 1048510 |
Default settings that determine the number of read operation for
a connection before committing the transaction
Definition at line 44 of file innodb_engine.h.
#define CONN_NUM_WRITE_COMMIT 1 |
Default settings that determine the number of write operation for
a connection before committing the transaction
Definition at line 40 of file innodb_engine.h.
typedef struct innodb_conn_data_struct innodb_conn_data_t |
Structure contains the cursor information for each connection
Definition at line 47 of file innodb_engine.h.
typedef struct innodb_engine innodb_engine_t |
The InnoDB engine global data. Some layout are common to NDB memcached
engine and InnoDB memcached engine