diff options
author | monty@hundin.mysql.fi <> | 2001-09-22 17:40:57 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-22 17:40:57 +0300 |
commit | e390a995737f136c594a7c792caa12061690800f (patch) | |
tree | 23349a84d09c518565222da27e0607b42d415f18 /BUILD | |
parent | b0953cfa86881af7aa330adc687bbf1b1a488524 (diff) | |
download | mariadb-git-e390a995737f136c594a7c792caa12061690800f.tar.gz |
Added support of INSERT to MERGE tables
Fixes for embedded libary and openssl
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-pentium-debug-max | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-debug-max b/BUILD/compile-pentium-debug-max index 4149267811d..ccd6faa0448 100755 --- a/BUILD/compile-pentium-debug-max +++ b/BUILD/compile-pentium-debug-max @@ -8,6 +8,6 @@ c_warnings="$c_warnings $debug_extra_warnings" cxx_warnings="$cxx_warnings $debug_extra_warnings" extra_configs="$pentium_configs $debug_configs" -extra_configs="$extra_configs --with-berkeley-db --with-innodb --with-embedded-server" +extra_configs="$extra_configs --with-berkeley-db --with-innodb --with-vio --with-openssl --with-embedded-server" . "$path/FINISH.sh" |