diff options
author | unknown <greg@mysql.com> | 2003-09-17 00:30:29 -0400 |
---|---|---|
committer | unknown <greg@mysql.com> | 2003-09-17 00:30:29 -0400 |
commit | 65aec56c57dd7eb1a6820d4270563c6967649365 (patch) | |
tree | 62d47f21a2e831bf32244aebef5d38d26251d4d8 /include/config-win.h | |
parent | 2e95bcc4775f509898426786e3ac844a2f9ec407 (diff) | |
download | mariadb-git-65aec56c57dd7eb1a6820d4270563c6967649365.tar.gz |
BUG #1305: ISAM table handler should not be compiled by default under 4.1
include/config-win.h:
ISAM table handler is no longer compiled with 4.1
Diffstat (limited to 'include/config-win.h')
-rw-r--r-- | include/config-win.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config-win.h b/include/config-win.h index 7830cc8b9cd..884b2edfb63 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -280,7 +280,6 @@ inline double ulonglong2double(ulonglong value) #define HAVE_CREATESEMAPHORE #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 #define HAVE_SETFILEPOINTER |