diff options
author | monty@tik.mysql.fi <> | 2002-02-13 21:53:26 +0200 |
---|---|---|
committer | monty@tik.mysql.fi <> | 2002-02-13 21:53:26 +0200 |
commit | 1f9b1e1915d1503884d6e3f506f6392c3341bb75 (patch) | |
tree | d9a4ab04b8347c3969351b9c33b0c3f55c2f0145 /acconfig.h | |
parent | 1efcc3e35ea8323f592b7b752f0822293650eeb1 (diff) | |
download | mariadb-git-1f9b1e1915d1503884d6e3f506f6392c3341bb75.tar.gz |
Made LOAD DATA LOCAL INFILE more secure
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 |