mariadb/heap
unknown 6e37987c51 Fixed mysqldumpslow for new dump format.
Fix for HEAP tables with many rows deleted.
Add '' arround database names in SHOW GRANT


Docs/manual.texi:
  Fixed symlink examples.
heap/hp_rfirst.c:
  Remove not needed patch.
mysql-test/r/heap.result:
  Added test case for HEAP + many deletes
mysql-test/t/heap.test:
  Added test case for HEAP + many deletes
mysys/mf_loadpath.c:
  Resolve path's even if they don't end in '/'
scripts/mysqldumpslow.sh:
  Fix for new dump format.
sql/handler.cc:
  Fix for HEAP tables with many rows deleted.
sql/sql_acl.cc:
  Add '' arround database names in SHOW GRANT
2002-03-12 11:52:41 +02:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
_check.c Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
_rectest.c Update copyright 2001-12-06 14:10:51 +02:00
ChangeLog Import changeset 2000-07-31 21:29:14 +02:00
heapdef.h Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
hp_block.c Update copyright 2001-12-06 14:10:51 +02:00
hp_clear.c Update copyright 2001-12-06 14:10:51 +02:00
hp_close.c Update copyright 2001-12-06 14:10:51 +02:00
hp_create.c Update copyright 2001-12-06 14:10:51 +02:00
hp_delete.c Update copyright 2001-12-06 14:10:51 +02:00
hp_extra.c Update copyright 2001-12-06 14:10:51 +02:00
hp_hash.c Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
hp_info.c Update copyright 2001-12-06 14:10:51 +02:00
hp_open.c Add support for NULL=NULL in keys (Used in GROUP BY optimization) 2002-01-16 00:42:52 +02:00
hp_panic.c Update copyright 2001-12-06 14:10:51 +02:00
hp_rename.c Update copyright 2001-12-06 14:10:51 +02:00
hp_rfirst.c Fixed mysqldumpslow for new dump format. 2002-03-12 11:52:41 +02:00
hp_rkey.c Add support for NULL=NULL in keys (Used in GROUP BY optimization) 2002-01-16 00:42:52 +02:00
hp_rlast.c Update copyright 2001-12-06 14:10:51 +02:00
hp_rnext.c better fix for a bug fix from yesterday 2002-03-07 13:57:52 +02:00
hp_rprev.c Update copyright 2001-12-06 14:10:51 +02:00
hp_rrnd.c Update copyright 2001-12-06 14:10:51 +02:00
hp_rsame.c Update copyright 2001-12-06 14:10:51 +02:00
hp_scan.c Update copyright 2001-12-06 14:10:51 +02:00
hp_static.c Update copyright 2001-12-06 14:10:51 +02:00
hp_test1.c Update copyright 2001-12-06 14:10:51 +02:00
hp_test2.c Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
hp_update.c Update copyright 2001-12-06 14:10:51 +02:00
hp_write.c Add support for NULL=NULL in keys (Used in GROUP BY optimization) 2002-01-16 00:42:52 +02:00
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am got --with-other-libc to work, finally 2001-04-02 19:01:15 -06:00