diff options
author | unknown <mmatthew@markslaptop.> | 2003-04-23 13:43:31 -0500 |
---|---|---|
committer | unknown <mmatthew@markslaptop.> | 2003-04-23 13:43:31 -0500 |
commit | d7fee29e2fce2b3ad823339ffe53d39ce1443289 (patch) | |
tree | 2ccc31e679fd94587fbc5fe5044307f4e839ce4c /include/config-win.h | |
parent | 562fe48731960b0bfb30f43687a5196c7b0bb208 (diff) | |
download | mariadb-git-d7fee29e2fce2b3ad823339ffe53d39ce1443289.tar.gz |
config-win.h:
Enable 'LOAD LOCAL INFILE', for parity with unix binaries.
include/config-win.h:
Enable 'LOAD LOCAL INFILE', for parity with unix binaries.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'include/config-win.h')
-rw-r--r-- | include/config-win.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config-win.h b/include/config-win.h index 74b2ae71017..9931d2c4b95 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -145,6 +145,9 @@ typedef uint rf_SetTimer; #define USE_MB_IDENT 1 #define USE_STRCOLL 1 +/* If LOAD DATA LOCAL INFILE should be enabled by default */ +#define ENABLED_LOCAL_INFILE 1 + /* Convert some simple functions to Posix */ #define sigset(A,B) signal((A),(B)) |