summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-02-14 19:24:49 +0200
committerunknown <monty@hundin.mysql.fi>2002-02-14 19:24:49 +0200
commit4c164621185c8493de06281ae68ef35f977c13a9 (patch)
treefe00c1b4effb40561bed504835d3f6738e4d4d98 /Build-tools
parent3a231663f034394fe341ebc98fa335f824fa3135 (diff)
downloadmariadb-git-4c164621185c8493de06281ae68ef35f977c13a9.tar.gz
Enable LOAD DATA LOCAL by default
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/Do-all-build-steps1
-rwxr-xr-xBuild-tools/Do-compile2
2 files changed, 2 insertions, 1 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps
index 158c06a04a3..c236fe20f99 100755
--- a/Build-tools/Do-all-build-steps
+++ b/Build-tools/Do-all-build-steps
@@ -64,6 +64,7 @@ aclocal; autoheader; aclocal; automake; autoconf
--with-mit-threads=yes $EXTRA_CONFIG \
--enable-thread-safe-client \
--with-berkeley-db \
+ --enable-local-infile \
--with-innodb
gmake -j 2
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile
index 0ab631a4161..e0e7fb51933 100755
--- a/Build-tools/Do-compile
+++ b/Build-tools/Do-compile
@@ -159,7 +159,7 @@ if ($opt_stage <= 1)
{
$opt_config_options.= " --with-innodb"
}
- check_system("$opt_config_env ./configure --prefix=/usr/local/mysql \"--with-comment=Official MySQL$opt_version_suffix binary\" --with-extra-charsets=complex \"--with-server-suffix=$opt_version_suffix\" --enable-thread-safe-client $opt_config_options","Thank you for choosing MySQL");
+ check_system("$opt_config_env ./configure --prefix=/usr/local/mysql \"--with-comment=Official MySQL$opt_version_suffix binary\" --with-extra-charsets=complex \"--with-server-suffix=$opt_version_suffix\" --enable-thread-safe-client --enable-local-infile $opt_config_options","Thank you for choosing MySQL");
if (-d "$pwd/$host/include-mysql")
{
safe_system("cp -r $pwd/$host/include-mysql/* $pwd/$host/$ver/include");