diff options
author | monty@mysql.com <> | 2004-03-10 13:46:11 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-03-10 13:46:11 +0200 |
commit | 4ee44751d9ebcca3aa0f6c1f97f732abd7311810 (patch) | |
tree | 458c51d3c1854209d1cbc2d57f876333a083ae53 /BUILD | |
parent | 73780de1292f24d7749045b0e03adbfbaf4df9cd (diff) | |
download | mariadb-git-4ee44751d9ebcca3aa0f6c1f97f732abd7311810.tar.gz |
Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)
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 1684686ce8c..af9bed1569f 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 --with-openssl" +extra_configs="$extra_configs --with-berkeley-db --with-innodb --with-embedded-server --with-openssl --with-vio --with-raid" . "$path/FINISH.sh" |