~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/mem/mem0dbg.c

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
 
171
171
        mem_comm_pool = mem_pool_create(size);
172
172
}
 
173
 
 
174
/******************************************************************//**
 
175
Closes the memory system. */
 
176
UNIV_INTERN
 
177
void
 
178
mem_close(void)
 
179
/*===========*/
 
180
{
 
181
        mem_pool_free(mem_comm_pool);
 
182
        mem_comm_pool = NULL;
 
183
}
173
184
#endif /* !UNIV_HOTBACKUP */
174
185
 
175
186
#ifdef UNIV_MEM_DEBUG