summaryrefslogtreecommitdiff
path: root/include/config-win.h
diff options
context:
space:
mode:
authorunknown <mmatthew@markslaptop.>2003-04-23 13:43:31 -0500
committerunknown <mmatthew@markslaptop.>2003-04-23 13:43:31 -0500
commitd7fee29e2fce2b3ad823339ffe53d39ce1443289 (patch)
tree2ccc31e679fd94587fbc5fe5044307f4e839ce4c /include/config-win.h
parent562fe48731960b0bfb30f43687a5196c7b0bb208 (diff)
downloadmariadb-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.h3
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))