summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-09-22 17:40:57 +0300
committermonty@hundin.mysql.fi <>2001-09-22 17:40:57 +0300
commite390a995737f136c594a7c792caa12061690800f (patch)
tree23349a84d09c518565222da27e0607b42d415f18 /BUILD
parentb0953cfa86881af7aa330adc687bbf1b1a488524 (diff)
downloadmariadb-git-e390a995737f136c594a7c792caa12061690800f.tar.gz
Added support of INSERT to MERGE tables
Fixes for embedded libary and openssl
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-pentium-debug-max2
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"