diff options
author | unknown <monty@hundin.mysql.fi> | 2002-02-14 19:41:32 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-02-14 19:41:32 +0200 |
commit | d44aef016cf55dd6852fe6669e309925d07b3df2 (patch) | |
tree | 005580278a7647313c79b8f3168eb2eac8d5ee8f /Build-tools | |
parent | 5fa6df3081eea58dbd21e24315e27d166e66d23c (diff) | |
parent | 4c164621185c8493de06281ae68ef35f977c13a9 (diff) | |
download | mariadb-git-d44aef016cf55dd6852fe6669e309925d07b3df2.tar.gz |
Use --enable-local-infile as default
Build-tools/Do-compile:
Auto merged
support-files/mysql.spec.sh:
Auto merged
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-all-build-steps | 1 | ||||
-rwxr-xr-x | Build-tools/Do-compile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps index 48461c31508..a9989aae768 100755 --- a/Build-tools/Do-all-build-steps +++ b/Build-tools/Do-all-build-steps @@ -63,6 +63,7 @@ aclocal; autoheader; aclocal; automake; autoconf --with-low-memory \ --with-mit-threads=yes $EXTRA_CONFIG \ --enable-thread-safe-client \ + --enable-local-infile \ --with-berkeley-db \ --with-innodb \ --with-vio \ diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile index e74d7c818e8..39af865a68e 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"); |