MySQL 5.6.14 Source Code Document
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
MySQL 5.6.14 Source Code Document
replication of field metadata works.
ndbapi_simple.cpp
ndbapi_async.cpp
ndbapi_async1.cpp
ndbapi_retries.cpp
ndbapi_simple_index.cpp
ndbapi_scan.cpp
ndbapi_event.cpp
Adaptive Send Algorithm
MySQL Cluster Concepts
basic.cpp
common.hpp
br_test.cpp
ptr_binding_test.cpp
The Performance Schema main page
Performance schema: instrumentation interface page.
Performance schema: the aggregates page.
Todo List
Deprecated List
Modules
Namespaces
Classes
Files
File List
client
cmake
cmd-line-utils
dbug
extra
include
libevent
libmysql
libmysqld
libservices
mysql-test
mysys
mysys_ssl
packaging
plugin
audit_null
auth
daemon_example
fulltext
innodb_memcached
daemon_memcached
daemon
cache.c
cache.h
daemon.c
hash.c
hash.h
isasl.c
isasl.h
memcached.c
memcached.h
memcached_mysql.cc
memcached_mysql.h
sasl_defs.c
sasl_defs.h
solaris_priv.c
stats.c
stats.h
thread.c
topkeys.c
topkeys.h
engines
extensions
include
programs
testsuite
utilities
win32
config.h
config_static.h
trace.h
innodb_memcache
password_validation
semisync
regex
scripts
sql
sql-common
storage
strings
support-files
tests
unittest
vio
zlib
File Members
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
memcached_mysql.h
Go to the documentation of this file.
1
/***********************************************************************
2
3
Copyright (c) 2012, Oracle and/or its affiliates. All Rights Reserved.
4
5
This program is free software; you can redistribute it and/or modify it
6
under the terms of the GNU General Public License as published by the
7
Free Software Foundation; version 2 of the License.
8
9
This program is distributed in the hope that it will be useful, but
10
WITHOUT ANY WARRANTY; without even the implied warranty of
11
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
12
Public License for more details.
13
14
You should have received a copy of the GNU General Public License along
15
with this program; if not, write to the Free Software Foundation, Inc.,
16
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
17
18
***********************************************************************/
19
20
/**************************************************/
27
#ifndef MEMCACHED_MYSQL_H
28
#define MEMCACHED_MYSQL_H
29
32
struct
memcached_context
33
{
34
char
* m_engine_library;
35
char
* m_mem_option;
36
void
* m_innodb_api_cb;
37
unsigned
int
m_r_batch_size;
38
unsigned
int
m_w_batch_size;
39
bool
m_enable_binlog;
40
};
41
42
typedef
struct
memcached_context
memcached_context_t
;
43
44
# ifdef __cplusplus
45
extern
"C"
{
46
# endif
47
48
void
* daemon_memcached_main(
void
*p);
49
50
void
shutdown_server(
void
);
51
52
bool
shutdown_complete(
void
);
53
54
# ifdef __cplusplus
55
}
56
# endif
57
58
#endif
/* MEMCACHED_MYSQL_H */
59
plugin
innodb_memcached
daemon_memcached
daemon
memcached_mysql.h
Generated on Sat Nov 9 2013 01:25:12 for MySQL 5.6.14 Source Code Document by
1.8.1.2