diff options
author | monty@mashka.mysql.fi <> | 2003-08-15 09:54:19 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-08-15 09:54:19 +0300 |
commit | a9146ace70a6bc56be969dc55830a875864bbd78 (patch) | |
tree | 8af6b315e91238a5e5102bbf069129cfc58554b0 /include/config-win.h | |
parent | fb47e642568139a58d8ac5598d9897fdb3ff1fa0 (diff) | |
download | mariadb-git-a9146ace70a6bc56be969dc55830a875864bbd78.tar.gz |
Cleanups to recent patches
Fix packet error when using wrong GRANT command
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 69020636893..9f903b3bcd2 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -276,6 +276,7 @@ inline double ulonglong2double(ulonglong value) #define HAVE_ISAM /* We want to have support for ISAM in 4.0 */ #define HAVE_QUERY_CACHE #define SPRINTF_RETURNS_INT +#define HAVE_SETFILEPOINTER #ifdef NOT_USED #define HAVE_SNPRINTF /* Gave link error */ |