Bug #30638 why doesn't > 4294967295 rows work in myisam on windows.

The BIG_TABLES define wasn't enabled on Windows.
#define added
parent 7f67efcc
......@@ -33,6 +33,7 @@ functions */
#include <io.h>
#include <malloc.h>
#define BIG_TABLES 1
#define HAVE_SMEM 1
#if defined(_WIN64) || defined(WIN64)
......
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