From f59809c85a51bfd64f4397a44d11fb57817dff6e Mon Sep 17 00:00:00 2001 From: "sasha@mysql.sashanet.com" <> Date: Sat, 2 Mar 2002 12:45:44 -0700 Subject: load local fix overrun sentry in my_vsnprintf() test will not be pushed yet --- BUILD/SETUP.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'BUILD/SETUP.sh') diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index a69cdcb14fd..8c523fc4877 100644 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -57,6 +57,10 @@ static_link="--with-mysqld-ldflags=-all-static --with-client-ldflags=-all-static alpha_configs="" # Not used yet pentium_configs="" sparc_configs="" +# we need local-infile in all binaries for rpl000001 +# if you need to disable local-infile in the client, write a build script +# and unset local_infile_configs +local_infile_configs="--enable-local-infile" debug_configs="--with-debug" -- cgit v1.2.1