diff options
author | unknown <monty@hundin.mysql.fi> | 2001-10-20 11:04:23 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-10-20 11:04:23 +0300 |
commit | fef5292a47be904f1cf2ccbef1489a8a10e0cf79 (patch) | |
tree | bd2655b5a96405bd45e975746c8025dc72b39512 /BUILD/compile-ia64-debug-max | |
parent | 02cbb3fa80e1c26897a383a09f1ca08918d2347f (diff) | |
download | mariadb-git-fef5292a47be904f1cf2ccbef1489a8a10e0cf79.tar.gz |
Fix bugs in LEFT JOIN and field=NUL
BUILD/FINISH.sh:
Remove all config.cache files
BUILD/compile-alpha-debug:
Update
BUILD/compile-ia64-debug-max:
Update
Docs/manual.texi:
Added auto_increment example
sql/sql_select.cc:
Fix bugs in LEFT JOIN and field=NULL
sql/sql_yacc.yy:
Remove compiler warnings
Diffstat (limited to 'BUILD/compile-ia64-debug-max')
-rwxr-xr-x | BUILD/compile-ia64-debug-max | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-ia64-debug-max b/BUILD/compile-ia64-debug-max index 238156d0b63..9cd54de428d 100755 --- a/BUILD/compile-ia64-debug-max +++ b/BUILD/compile-ia64-debug-max @@ -1,5 +1,5 @@ gmake -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) |