~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/ut/ut0mem.c

Remove PLUGIN and MODULES.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
# include "srv0srv.h"
35
35
 
36
36
#include <stdlib.h>
 
37
#include <errno.h>
37
38
 
38
39
/** This struct is placed first in every allocated memory block */
39
40
typedef struct ut_mem_block_struct ut_mem_block_t;