~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

  • Committer: Brian Aker
  • Date: 2010-06-11 17:26:39 UTC
  • mto: This revision was merged to the branch mainline in revision 1610.
  • Revision ID: brian@gaz-20100611172639-e9q2sliqizeoz4yd
Update for having share declared type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1471
1471
                                      TableIdentifier &identifier)
1472
1472
{
1473
1473
  Table tmp_table;              // Used during 'CreateField()'
1474
 
  TableShare share;
 
1474
  TableShare share(message::Table::INTERNAL);
1475
1475
  Table *table= 0;
1476
1476
  uint32_t select_field_count= items->elements;
1477
1477
  /* Add selected items to field list */
1632
1632
                                          alter_info, &values,
1633
1633
                                          is_if_not_exists,
1634
1634
                                          &extra_lock, identifier)))
 
1635
  {
1635
1636
    return(-1);                         // abort() deletes table
 
1637
  }
1636
1638
 
1637
1639
  if (extra_lock)
1638
1640
  {