diff options
author | monty@hundin.mysql.fi <> | 2001-06-15 05:03:15 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-06-15 05:03:15 +0300 |
commit | a06f391e7ada4c05e34e54a517014aa3968d7df4 (patch) | |
tree | 90883e19e7220eb27c1fa092220fe373c7e82d80 /BUILD | |
parent | 595d087e05579a9b8420b9267423b054fcca42c9 (diff) | |
download | mariadb-git-a06f391e7ada4c05e34e54a517014aa3968d7df4.tar.gz |
Fixed multi-table-delete
Optimize fixed length MyISAM rows to use pread/pwrite.
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 dc88bab62d3..4149267811d 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" +extra_configs="$extra_configs --with-berkeley-db --with-innodb --with-embedded-server" . "$path/FINISH.sh" |