diff options
author | monty@hundin.mysql.fi <> | 2001-10-20 11:04:23 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-10-20 11:04:23 +0300 |
commit | 915f1aeef5cf88be313b3870e30301821f46a58c (patch) | |
tree | bd2655b5a96405bd45e975746c8025dc72b39512 /BUILD/FINISH.sh | |
parent | 779695c17bbbabe6e28170c461c136eea6088b1e (diff) | |
download | mariadb-git-915f1aeef5cf88be313b3870e30301821f46a58c.tar.gz |
Fix bugs in LEFT JOIN and field=NUL
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r-- | BUILD/FINISH.sh | 2 |
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) |