summaryrefslogtreecommitdiff
path: root/BUILD/FINISH.sh
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-10-20 11:04:23 +0300
committermonty@hundin.mysql.fi <>2001-10-20 11:04:23 +0300
commit915f1aeef5cf88be313b3870e30301821f46a58c (patch)
treebd2655b5a96405bd45e975746c8025dc72b39512 /BUILD/FINISH.sh
parent779695c17bbbabe6e28170c461c136eea6088b1e (diff)
downloadmariadb-git-915f1aeef5cf88be313b3870e30301821f46a58c.tar.gz
Fix bugs in LEFT JOIN and field=NUL
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r--BUILD/FINISH.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh
index 368ab339c2b..5e0ca925de1 100644
--- a/BUILD/FINISH.sh
+++ b/BUILD/FINISH.sh
@@ -10,7 +10,7 @@ done
commands="\
$make -k clean || true
-/bin/rm -f */.deps/*.P config.cache
+/bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache
aclocal && autoheader && aclocal && automake && autoconf
(cd bdb/dist && sh s_all)