~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

  • Committer: Monty Taylor
  • Date: 2008-12-04 19:56:07 UTC
  • mto: This revision was merged to the branch mainline in revision 649.
  • Revision ID: monty@inaugust.com-20081204195607-kktr72mx41kei6wz
Removed my_malloc from drizzled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#include <drizzled/sql_load.h>
37
37
#include <drizzled/field/timestamp.h>
38
38
 
39
 
/* Define to force use of my_malloc() if the allocated memory block is big */
 
39
/* Define to force use of malloc() if the allocated memory block is big */
40
40
 
41
41
#ifndef HAVE_ALLOCA
42
42
#define my_safe_alloca(size, min_length) my_alloca(size)