~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

  • Committer: Brian Aker
  • Date: 2008-12-05 03:17:16 UTC
  • mfrom: (641.3.11 devel)
  • Revision ID: brian@tangent.org-20081205031716-r65xkzugjylmvv1h
Monty merge (a couple of alterations for malloc()).

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)