diff options
author | gluh@eagle.(none) <> | 2007-10-23 18:51:43 +0500 |
---|---|---|
committer | gluh@eagle.(none) <> | 2007-10-23 18:51:43 +0500 |
commit | 237383f0fecd267d702b92713d49b0f9b2c78746 (patch) | |
tree | d36465f86e78c442a44942849b7280eab8d10bf8 /include/config-win.h | |
parent | 9732efe7f8970626840cf64628ab75f83eee5523 (diff) | |
parent | d0f53297f6acffecb75845fdc03df35c6956efbc (diff) | |
download | mariadb-git-237383f0fecd267d702b92713d49b0f9b2c78746.tar.gz |
Merge mysql.com:/home/gluh/MySQL/Merge/5.0
into mysql.com:/home/gluh/MySQL/Merge/5.0-opt
Diffstat (limited to 'include/config-win.h')
-rw-r--r-- | include/config-win.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config-win.h b/include/config-win.h index f0804a368bc..45bfeb5ba26 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -36,6 +36,7 @@ functions */ #include <io.h> #include <malloc.h> +#define BIG_TABLES 1 #define HAVE_SMEM 1 #if defined(_WIN64) || defined(WIN64) |