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
_check.c Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
_rectest.c
ChangeLog
heapdef.h Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
hp_block.c
hp_clear.c
hp_close.c
hp_create.c
hp_delete.c
hp_extra.c
hp_hash.c Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
hp_info.c
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
hp_rename.c
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
hp_rnext.c better fix for a bug fix from yesterday 2002-03-07 13:57:52 +02:00
hp_rprev.c
hp_rrnd.c
hp_rsame.c
hp_scan.c
hp_static.c
hp_test1.c
hp_test2.c Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
hp_update.c
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
Makefile.am