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
commitdd91b0a261dbf3ddf3da7655733108a1119de870 (patch)
tree909a7e916990e676ff9781d1073ecf9a5e7b508e /include/myisampack.h
parent1a65efb58b347ef947c995d2104a4e78ab45c34b (diff)
downloadmariadb-git-dd91b0a261dbf3ddf3da7655733108a1119de870.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