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 | 4de46c44a19c0181fc4cdc901e98e51d83c53f6b (patch) | |
tree | 2ccc31e679fd94587fbc5fe5044307f4e839ce4c | |
parent | bd8bb28f51e1621c18b6b1e3171ffd0a99afde17 (diff) | |
download | mariadb-git-4de46c44a19c0181fc4cdc901e98e51d83c53f6b.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
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rw-r--r-- | include/config-win.h | 3 |
2 files changed, 4 insertions, 0 deletions
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)) |