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
hash.h
1
#ifndef HASH_H
2
#define HASH_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
uint32_t hash(
const
void
*key,
size_t
length,
const
uint32_t initval);
9
10
#ifdef __cplusplus
11
}
12
#endif
13
14
#endif
/* HASH_H */
15
plugin
innodb_memcached
daemon_memcached
daemon
hash.h
Generated on Sat Nov 9 2013 01:24:44 for MySQL 5.6.14 Source Code Document by
1.8.1.2