Commit 40027b8c authored by lenz@mysql.com's avatar lenz@mysql.com

include/myisampack.h

 - fixed Typo: BIG_TABLE -> BIG_TABLES
parent e87583f5
...@@ -212,7 +212,7 @@ ...@@ -212,7 +212,7 @@
/* Fix to avoid warnings when sizeof(ha_rows) == sizeof(long) */ /* 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_rowstore(T,A) mi_int8store(T,A)
#define mi_rowkorr(T,A) mi_uint8korr(T) #define mi_rowkorr(T,A) mi_uint8korr(T)
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment