diff options
author | unknown <monty@hundin.mysql.fi> | 2001-12-13 20:20:19 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-12-13 20:20:19 +0200 |
commit | 9385d3aba530562b1ddcecedeb6dd61cd3d63d96 (patch) | |
tree | acf242d070800f337e50a3f61e1e568834a2236a /BUILD | |
parent | a63ecdd3b14e7abfd482131c924567bd25aa231a (diff) | |
download | mariadb-git-9385d3aba530562b1ddcecedeb6dd61cd3d63d96.tar.gz |
New test results
BUILD/compile-pentium-debug-max:
Compile with openssl
mysql-test/r/innodb.result:
New test result
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..1684686ce8c 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-embedded-server --with-openssl" . "$path/FINISH.sh" |