mariadb/ha
marko 2a2a53bdc8 branches/zip: Fix some things to allow InnoDB to be built with smaller
UNIV_PAGE_SIZE than the default 16384.

MEM_BLOCK_STANDARD_SIZE: Cap to MEM_MAX_ALLOC_IN_BUF when UNIV_PAGE_SIZE
is less than 16384.

ha_create_func(): Invoke mem_heap_create_in_btr_search() with
ut_min(4096, MEM_MAX_ALLOC_IN_BUF) instead of 4096.  The memory
will be allocated from the buffer pool, and with UNIV_PAGE_SIZE
defined to 4096, there would not be any space for the mem_heap
data structure overhead.
2007-12-20 21:36:45 +00:00
..
ha0ha.c branches/zip: Fix some things to allow InnoDB to be built with smaller 2007-12-20 21:36:45 +00:00
ha0storage.c branches/zip: 2007-11-16 13:12:13 +00:00
hash0hash.c branches/zip: hash_create(): Remove two unused variables. They should have 2007-08-29 05:48:37 +00:00