mariadb/storage/heap
Michael Widenius f2d7609ac0 Use less memory when growing HEAP tables. See MDEV-436
mysql-test/suite/heap/heap.result:
  Added test case for MDEV-436
mysql-test/suite/heap/heap.test:
  Added test case for MDEV-436
storage/heap/hp_block.c:
  Don't allocate a set of HP_PTRS when not needed. This saves us about 1024 bytes for most allocations.
storage/heap/hp_create.c:
  Made the initial allocation of block sizes depending on min_records and max_records.
2012-08-07 01:58:05 +03:00
..
mysql-test/mtr2 overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
_check.c Speedups: 2012-03-23 18:11:29 +02:00
_rectest.c WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
ChangeLog Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
CMakeLists.txt Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
ha_heap.cc 5.3 merge 2012-01-13 15:50:02 +01:00
ha_heap.h 5.3 merge 2012-01-13 15:50:02 +01:00
heapdef.h Merge mariadb 5.3->mariadb 5.5 2012-03-24 18:21:22 +01:00
hp_block.c Use less memory when growing HEAP tables. See MDEV-436 2012-08-07 01:58:05 +03:00
hp_clear.c mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
hp_close.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
hp_create.c Use less memory when growing HEAP tables. See MDEV-436 2012-08-07 01:58:05 +03:00
hp_delete.c Speedups: 2012-03-23 18:11:29 +02:00
hp_extra.c Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
hp_hash.c Merge mariadb 5.3->mariadb 5.5 2012-03-24 18:21:22 +01:00
hp_info.c Updated/added copyright headers 2012-02-15 17:21:38 +01:00
hp_open.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
hp_panic.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
hp_rename.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
hp_rfirst.c Fixed build issues 2011-02-23 14:46:16 +02:00
hp_rkey.c mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
hp_rlast.c Added HANDLER support for MEMORY tables 2011-01-11 18:51:59 +02:00
hp_rnext.c Fixed build issues 2011-02-23 14:46:16 +02:00
hp_rprev.c Fixed build issues 2011-02-23 14:46:16 +02:00
hp_rrnd.c WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
hp_rsame.c Fixed build issues 2011-02-23 14:46:16 +02:00
hp_scan.c Added HANDLER support for MEMORY tables 2011-01-11 18:51:59 +02:00
hp_static.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
hp_test1.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
hp_test2.c Merge mariadb 5.3->mariadb 5.5 2012-03-24 18:21:22 +01:00
hp_update.c Added HANDLER support for MEMORY tables 2011-01-11 18:51:59 +02:00
hp_write.c merge 2012-04-07 15:58:46 +02:00