1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

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

The BIG_TABLES define wasn't enabled on Windows.
#define added


include/config-win.h:
  Bug #30638 why doesn't > 4294967295 rows work in myisam on windows.
  
  BIG_TABLES enabled on Windows
This commit is contained in:
unknown
2007-10-18 14:52:19 +05:00
parent 62a7e160bc
commit fffd105fa2

View File

@@ -33,6 +33,7 @@ functions */
#include <io.h>
#include <malloc.h>
#define BIG_TABLES 1
#define HAVE_SMEM 1
#if defined(_WIN64) || defined(WIN64)