summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <istruewing@chilla.local>2007-02-13 17:21:12 +0100
committerunknown <istruewing@chilla.local>2007-02-13 17:21:12 +0100
commit5139313435ce00f534f4d4dd41557371623f784d (patch)
treec3ce5b9210bb392df7868138c2ebbca48ec87dcb /include
parent413f9bf5e358bd51a21cee890013d2aff3f5c9eb (diff)
parentace7e53690c8af006b3854636b3d868c7e716374 (diff)
downloadmariadb-git-5139313435ce00f534f4d4dd41557371623f784d.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-engines
into chilla.local:/home/mydev/mysql-5.1-bug25460-old
Diffstat (limited to 'include')
-rw-r--r--include/my_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_base.h b/include/my_base.h
index 14e4e3afb44..26d513ba2a7 100644
--- a/include/my_base.h
+++ b/include/my_base.h
@@ -47,6 +47,7 @@
#define HA_OPEN_ABORT_IF_CRASHED 16
#define HA_OPEN_FOR_REPAIR 32 /* open even if crashed */
#define HA_OPEN_FROM_SQL_LAYER 64
+#define HA_OPEN_MMAP 128 /* open memory mapped */
/* The following is parameter to ha_rkey() how to use key */