diff options
author | unknown <monty@donna.mysql.fi> | 2001-03-10 17:05:10 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-03-10 17:05:10 +0200 |
commit | 74ea7333032ebc1d396f1939fd5a84c7a6ecc50c (patch) | |
tree | cc1b41b3c722e4793c0fc03a04d720d88cfa332d /.bzrignore | |
parent | 7957ec7e339177d246a34491ccdda9851fc00956 (diff) | |
download | mariadb-git-74ea7333032ebc1d396f1939fd5a84c7a6ecc50c.tar.gz |
Fixed bug in MAX() optimizing for BDB tables
Docs/manual.texi:
Updated changelog
mysql-test/README:
Added reference to manual
mysql-test/r/bdb.result:
Added test for MAX() bug
mysql-test/r/innobase.result:
Added test for MAX() bug
mysql-test/t/bdb.test:
Added test for MAX() bug
mysql-test/t/innobase.test:
Added test for MAX() bug
sql-bench/server-cfg.sh:
Don't create big blobs with innobase
sql/ha_berkeley.cc:
Fixed bug in MAX() optimizing
BitKeeper/etc/ignore:
Added sql/.gdbinit to the ignore list
sql/ha_innobase.h:
Fixed bug in MAX() optimizing
sql/handler.h:
Fixed bug in MAX() optimizing
sql/opt_sum.cc:
Fixed bug in MAX() optimizing
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 9eae1ed2545..e9e207dc35c 100644 --- a/.bzrignore +++ b/.bzrignore @@ -197,3 +197,4 @@ bdb/build_win32/db.h bdb/dist/configure bdb/dist/tags bdb/build_unix/* +sql/.gdbinit |