mariadb/log
marko f4cccb1f81 branches/zip: Map ut_malloc(), ut_realloc(), ut_free() to
malloc(), realloc(), free() when innodb_use_sys_malloc is set.

ut_free_all_mem(): If innodb_use_sys_malloc is set, do nothing,
because then ut_mem_block_list_inited will never be set.

log_init(): Use mem_alloc() instead of ut_malloc(), so that the
memory will be freed.  (Tested with Valgrind, although it is not
clear why the memory would be freed.)

rb://86 approved by Heikki Tuuri and Ken Jacobs.  This addresses Issue #168.
2009-02-10 08:38:41 +00:00
..
log0log.c branches/zip: Map ut_malloc(), ut_realloc(), ut_free() to 2009-02-10 08:38:41 +00:00
log0recv.c branches/zip: Enclose some backup functions in #ifdef UNIV_HOTBACKUP. 2009-02-02 12:28:17 +00:00