diff options
author | unknown <monty@tik.mysql.fi> | 2002-02-13 21:53:26 +0200 |
---|---|---|
committer | unknown <monty@tik.mysql.fi> | 2002-02-13 21:53:26 +0200 |
commit | 33d2d76549f8ccf037f733c61e2b9c17500fe738 (patch) | |
tree | d9a4ab04b8347c3969351b9c33b0c3f55c2f0145 /acconfig.h | |
parent | 501650c5b16a4c7cf7b673b19f9a2ae9c319e24f (diff) | |
download | mariadb-git-33d2d76549f8ccf037f733c61e2b9c17500fe738.tar.gz |
Made LOAD DATA LOCAL INFILE more secure
Docs/manual.texi:
Changelog
sql/sql_yacc.yy:
optimization
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index be4461da7fd..3cea5bf4b73 100644 --- a/acconfig.h +++ b/acconfig.h @@ -21,6 +21,9 @@ /* Version of .frm files */ #undef DOT_FRM_VERSION +/* If LOAD DATA LOCAL INFILE should be enabled by default */ +#undef ENABLED_LOCAL_INFILE + /* READLINE: */ #undef FIONREAD_IN_SYS_IOCTL |