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 | 27c552a144dcdcf6aa82afb829b56bc2613b385c (patch) | |
tree | d9a4ab04b8347c3969351b9c33b0c3f55c2f0145 /acconfig.h | |
parent | 7a93e9bed192f3f1bfeaaf315abafe0391f74e82 (diff) | |
download | mariadb-git-27c552a144dcdcf6aa82afb829b56bc2613b385c.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 |