diff options
author | serg@serg.mylan <> | 2004-07-06 13:56:50 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2004-07-06 13:56:50 +0200 |
commit | 9602e4a1a6d3f2c93737da5bb488066cfee8e4b3 (patch) | |
tree | 149a63150e9cbc012ca0ec4360de9ce538f3f0a1 /include | |
parent | 24b84fbc8796ae8aaa5cefbde48a6371b4235442 (diff) | |
download | mariadb-git-9602e4a1a6d3f2c93737da5bb488066cfee8e4b3.tar.gz |
re-enable spatial features for windows
grr
Diffstat (limited to 'include')
-rw-r--r-- | include/config-win.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config-win.h b/include/config-win.h index 0298c9012ce..b93c5897adf 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -348,6 +348,8 @@ inline double ulonglong2double(ulonglong value) #define MYSQL_DEFAULT_CHARSET_NAME "latin1" #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci" +#define HAVE_SPATIAL 1 + /* Define charsets you want */ /* #undef HAVE_CHARSET_armscii8 */ /* #undef HAVE_CHARSET_ascii */ |