mariadb/srv
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
..
srv0que.c branches/zip: 2009-02-17 10:09:16 +00:00
srv0srv.c branches/zip: Fix bugs in the fix of Issue #181. Tested inside and 2009-02-23 22:14:38 +00:00
srv0start.c branches/zip: Make innodb_use_sys_malloc=ON the default. 2009-02-20 20:31:03 +00:00