~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

  • Committer: Brian Aker
  • Date: 2009-08-24 20:01:53 UTC
  • mfrom: (1119.2.11 merge)
  • Revision ID: brian@gaz-20090824200153-o7lawmu7lfkimc33
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <drizzled/field/timestamp.h>
28
28
#include <drizzled/lock.h>
29
29
 
 
30
using namespace drizzled;
30
31
 
31
32
/*
32
33
  Check if insert fields are correct.
1444
1445
 
1445
1446
static Table *create_table_from_items(Session *session, HA_CREATE_INFO *create_info,
1446
1447
                                      TableList *create_table,
1447
 
                                      drizzled::message::Table *table_proto,
 
1448
                                      message::Table *table_proto,
1448
1449
                                      Alter_info *alter_info,
1449
1450
                                      List<Item> *items,
1450
1451
                                      DRIZZLE_LOCK **lock)