mariadb/mem
marko 96e9017471 branches/zip: More cleanup of fast index creation.
innobase_create_temporary_tablename(): Add static qualifier.  Allocate
the memory from heap.  Return a fixed identifier.

ha_innobase::add_index(): Allocate all memory from a single heap.
Simplify error handling.  Use a fixed prefix for temporary table names,
because only one add_index() can be active for a given table.

mem_heap_empty_noninline(): New function, to be called from ha_innodb.cc.

row_build_index_for_mysql(): Remove the parameter new_primary.
2007-04-12 05:14:41 +00:00
..
Makefile.am branches/zip: Merge revisions 1165:1206 from trunk. 2007-01-18 12:58:39 +00:00
mem0dbg.c branches/zip: Merge revisions 887:934 from trunk. 2006-10-25 11:19:12 +00:00
mem0mem.c branches/zip: More cleanup of fast index creation. 2007-04-12 05:14:41 +00:00
mem0pool.c branches/zip: Add Valgrind instrumentation to the InnoDB memory management 2007-03-28 09:02:55 +00:00