~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_alloc.c

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
/* Routines to handle mallocing of results which will be freed the same time */
17
17
 
18
 
#include <my_global.h>
 
18
#include <mystrings/m_string.h>
19
19
#include <my_sys.h>
20
 
#include <m_string.h>
21
20
#undef EXTRA_DEBUG
22
21
#define EXTRA_DEBUG
23
22
 
313
312
 
314
313
  NOTES
315
314
    One can call this function either with root block initialised with
316
 
    init_alloc_root() or with a bzero()-ed block.
 
315
    init_alloc_root() or with a zero:ed block.
317
316
    It's also safe to call this multiple times with the same mem_root.
318
317
*/
319
318