From 44c8a1b012b913060b2d29f7f2df7b34cecef322 Mon Sep 17 00:00:00 2001 From: "mmatthew@markslaptop." <> Date: Wed, 23 Apr 2003 13:43:31 -0500 Subject: config-win.h: Enable 'LOAD LOCAL INFILE', for parity with unix binaries. --- BitKeeper/etc/logging_ok | 1 + include/config-win.h | 3 +++ 2 files changed, 4 insertions(+) diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index acc6eebb68a..2112a7c8dce 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -45,6 +45,7 @@ miguel@hegel.br miguel@hegel.local miguel@light. miguel@light.local +mmatthew@markslaptop. monty@bitch.mysql.fi monty@butch. monty@donna.mysql.fi 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)) -- cgit v1.2.1