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:
@ -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
|
||||
|
Reference in New Issue
Block a user