mariadb/handler
marko d25cf61788 branches/zip: Fix bugs in the fix of Issue #181. Tested inside and
outside Valgrind, with innodb_use_sys_malloc set to 0 and 1.

mem_init(): Invoke ut_mem_init() before mem_pool_create(), because
the latter one will invoke ut_malloc().

srv_general_init(): Do not initialize the memory subsystem (mem_init()).

innobase_init(): Initialize the memory subsystem (mem_init()) before
calling srv_parse_data_file_paths_and_sizes(), which needs ut_malloc().
Call ut_free_all_mem() in error handling to clean up after the mem_init().
2009-02-23 22:14:38 +00:00
..
ha_innodb.cc branches/zip: Fix bugs in the fix of Issue #181. Tested inside and 2009-02-23 22:14:38 +00:00
ha_innodb.h branches/zip: 2009-02-17 08:25:45 +00:00
handler0alter.cc branches/zip: 2009-02-17 08:25:45 +00:00
handler0vars.h branches/zip: 2009-02-17 08:25:45 +00:00
i_s.cc branches/zip: 2009-02-17 08:25:45 +00:00
i_s.h branches/zip: 2009-02-17 08:25:45 +00:00
mysql_addons.cc branches/zip: 2009-02-17 08:25:45 +00:00
win_delay_loader.cc branches/zip: 2009-02-17 08:25:45 +00:00