summaryrefslogtreecommitdiff
path: root/include/myisampack.h
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-11-12 13:21:44 +0100
committerunknown <lenz@mysql.com>2002-11-12 13:21:44 +0100
commitc47fe085d9d6166944ca6a2a83af9e8d7f26499d (patch)
tree909a7e916990e676ff9781d1073ecf9a5e7b508e /include/myisampack.h
parentdf913b599596a3f2b4ee6a68311fbb6ca66c8c00 (diff)
downloadmariadb-git-c47fe085d9d6166944ca6a2a83af9e8d7f26499d.tar.gz
include/myisampack.h
- fixed Typo: BIG_TABLE -> BIG_TABLES include/myisampack.h: - fixed Typo: BIG_TABLE -> BIG_TABLES
Diffstat (limited to 'include/myisampack.h')
-rw-r--r--include/myisampack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/myisampack.h b/include/myisampack.h
index 31666bb184c..432de06592b 100644
--- a/include/myisampack.h
+++ b/include/myisampack.h
@@ -212,7 +212,7 @@
/* Fix to avoid warnings when sizeof(ha_rows) == sizeof(long) */
-#ifdef BIG_TABLE
+#ifdef BIG_TABLES
#define mi_rowstore(T,A) mi_int8store(T,A)
#define mi_rowkorr(T,A) mi_uint8korr(T)
#else