Commit 894e4340 authored by unknown's avatar unknown

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
parent 30386e25
...@@ -280,7 +280,6 @@ inline double ulonglong2double(ulonglong value) ...@@ -280,7 +280,6 @@ inline double ulonglong2double(ulonglong value)
#define HAVE_CREATESEMAPHORE #define HAVE_CREATESEMAPHORE
#define HAVE_ISNAN #define HAVE_ISNAN
#define HAVE_FINITE #define HAVE_FINITE
#define HAVE_ISAM /* We want to have support for ISAM in 4.0 */
#define HAVE_QUERY_CACHE #define HAVE_QUERY_CACHE
#define SPRINTF_RETURNS_INT #define SPRINTF_RETURNS_INT
#define HAVE_SETFILEPOINTER #define HAVE_SETFILEPOINTER
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment