From 27c552a144dcdcf6aa82afb829b56bc2613b385c Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 13 Feb 2002 21:53:26 +0200 Subject: 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 --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') 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 -- cgit v1.2.1