summaryrefslogtreecommitdiff
path: root/BUILD/SETUP.sh
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2002-03-02 12:45:44 -0700
committersasha@mysql.sashanet.com <>2002-03-02 12:45:44 -0700
commitf59809c85a51bfd64f4397a44d11fb57817dff6e (patch)
tree99e834e2590a4246f2141adfa908a6f92809b04b /BUILD/SETUP.sh
parentb305a27ac1465f2dff7ff2d20813e46342e4521a (diff)
downloadmariadb-git-f59809c85a51bfd64f4397a44d11fb57817dff6e.tar.gz
load local fix
overrun sentry in my_vsnprintf() test will not be pushed yet
Diffstat (limited to 'BUILD/SETUP.sh')
-rw-r--r--BUILD/SETUP.sh4
1 files changed, 4 insertions, 0 deletions
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"