diff options
author | monty@mysql.com <> | 2003-11-21 12:22:51 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2003-11-21 12:22:51 +0200 |
commit | 19b5da3247c844b52de2706fc3dd19fe0099dc84 (patch) | |
tree | 4238fe26352ee68cd6ed7f850480c1d74bed2e61 /BUILD | |
parent | eb08458c553d99cca58fbb41c1949c00a50dca80 (diff) | |
download | mariadb-git-19b5da3247c844b52de2706fc3dd19fe0099dc84.tar.gz |
Added missing file keycache.h
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 b23648e4d91..f8cf19b2132 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 --without-isam --with-embedded-server --with-openssl" +extra_configs="$extra_configs --with-berkeley-db --with-innodb --without-isam --with-embedded-server --with-openssl --with-raid" . "$path/FINISH.sh" |