diff options
author | monty@mashka.mysql.fi <> | 2002-09-24 17:11:59 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-09-24 17:11:59 +0300 |
commit | efaaf0b4b8190a7288ae686a6108bc809237dc52 (patch) | |
tree | c36011e1dbf0de5f6ea6b6280a6f62bd5975c73e /include | |
parent | 108f2ccb4b034f1c5094a891b60d810b648fdc38 (diff) | |
download | mariadb-git-efaaf0b4b8190a7288ae686a6108bc809237dc52.tar.gz |
Updated VC++ project files for 4.0.4
Only write short usage if one starts mysqldump without any options
Added query cache on windows
Added error message if one can't read privilege tables
Diffstat (limited to 'include')
-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 f51713623ef..5bdede86a9e 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -259,6 +259,7 @@ inline double ulonglong2double(ulonglong value) #define HAVE_ISNAN #define HAVE_FINITE #define HAVE_ISAM /* We want to have support for ISAM in 4.0 */ +#define HAVE_QUERY_CACHE #define SPRINTF_RETURNS_INT #ifdef NOT_USED |