Commit 047dd70c authored by holyfoot/hf@mysql.com/hfmain.(none)'s avatar holyfoot/hf@mysql.com/hfmain.(none)
Browse files

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ functions */
#include <io.h>
#include <malloc.h>

#define BIG_TABLES 1
#define HAVE_SMEM 1

#if defined(_WIN64) || defined(WIN64)