mariadb/heap
monty@mysql.com 3fb088a075 Add 0x before pointers (to help with debugging)
Add support for VARCHAR with 1 or 2 length bytes
Enable VARCHAR packing in MyISAM files (previous patch didn't pack data properly)
Give error if we got problems in temporary tables during a SELECT
Don't use new table generated by ALTER TABLE if index generation fails
Fixed wrong call by range_end() (Could cause an ASSERT in debug mode)
2004-12-18 05:19:21 +02:00
..
.cvsignore
_check.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
_rectest.c
ChangeLog
heapdef.h Add support for up to VARCHAR (size up to 65535) 2004-12-06 02:00:37 +02:00
hp_block.c Fix for bug#5138 continued: added comments, removed extra debug printf calls, changed ha_heap::records_in_range to use table->rec_per_key. 2004-10-12 18:21:25 +04:00
hp_clear.c Fix for bug#5138: hash indexes on heap tables support statistics. 2004-09-08 02:07:53 +04:00
hp_close.c
hp_create.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
hp_delete.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
hp_extra.c
hp_hash.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
hp_info.c
hp_open.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
hp_panic.c
hp_rename.c
hp_rfirst.c Bug #6748 heap_rfirst() doesn't work (and never did!) 2004-11-22 14:53:18 +01:00
hp_rkey.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
hp_rlast.c
hp_rnext.c
hp_rprev.c
hp_rrnd.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
hp_rsame.c
hp_scan.c
hp_static.c
hp_test1.c
hp_test2.c
hp_update.c Add support for up to VARCHAR (size up to 65535) 2004-12-06 02:00:37 +02:00
hp_write.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
make-ccc
Makefile.am