1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

include/myisampack.h

- fixed Typo: BIG_TABLE -> BIG_TABLES
This commit is contained in:
lenz@mysql.com
2002-11-12 13:21:44 +01:00
parent e87583f5d9
commit 40027b8cff

View File

@ -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