~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

  • Committer: Brian Aker
  • Date: 2011-01-17 06:41:24 UTC
  • mfrom: (2087.4.2 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2089.
  • Revision ID: brian@gir-3-20110117064124-cytq2o0d5h5c6fi2
Merge in identifier naming.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1481
1481
                                      List<Item> *items,
1482
1482
                                      bool is_if_not_exists,
1483
1483
                                      DrizzleLock **lock,
1484
 
                                      TableIdentifier::const_reference identifier)
 
1484
                                      identifier::Table::const_reference identifier)
1485
1485
{
1486
1486
  TableShare share(message::Table::INTERNAL);
1487
1487
  uint32_t select_field_count= items->elements;