diff options
author | unknown <monty@hundin.mysql.fi> | 2002-02-14 19:24:49 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-02-14 19:24:49 +0200 |
commit | fc6473fbca0730ab54ebb5068e43a662ede3ca03 (patch) | |
tree | fe00c1b4effb40561bed504835d3f6738e4d4d98 /Build-tools/Do-compile | |
parent | 9d5d3834c076edcd398ee3834a7c62db030a6bdf (diff) | |
download | mariadb-git-fc6473fbca0730ab54ebb5068e43a662ede3ca03.tar.gz |
Enable LOAD DATA LOCAL by default
Diffstat (limited to 'Build-tools/Do-compile')
-rwxr-xr-x | Build-tools/Do-compile | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |