summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-02-05 09:12:23 +0100
committermonty@mysql.com <>2004-02-05 09:12:23 +0100
commit7df839e7572bd6303896a04fbc070150d5ec6af2 (patch)
tree3272475be01b08f3194eb97d2ae230d2765a6c81 /BUILD
parent13b092d3fe0895d8995aad571b76df18b089e1a5 (diff)
downloadmariadb-git-7df839e7572bd6303896a04fbc070150d5ec6af2.tar.gz
Added testing of pthread_key_delete (to fix compile problem on SCO) (Bug #2461)
DROP DATABASE now assumes RAID directories are in hex. (Bug #2627) Don't increment 'select_full_range' and similar statistics for EXPLAIN queries. (Bug #2506) Test in configure if pthread_key_delete() exists (to fix compile problem on SCO) (Bug #2461)
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-pentium-max2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-max b/BUILD/compile-pentium-max
index d41274d4f5e..34a497807df 100755
--- a/BUILD/compile-pentium-max
+++ b/BUILD/compile-pentium-max
@@ -9,6 +9,6 @@ strip=yes
extra_configs="$extra_configs --with-innodb --with-berkeley-db \
--with-embedded-server --enable-thread-safe-client \
- --with-openssl --with-vio"
+ --with-openssl --with-vio --with-raid"
. "$path/FINISH.sh"