~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Brian Aker
  • Date: 2010-07-30 02:42:29 UTC
  • mto: This revision was merged to the branch mainline in revision 1679.
  • Revision ID: brian@gaz-20100730024229-3vnq0wmp3ep6hxf5
This replaces the allocation we do for insert/update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1476
1476
  table->maybe_null= false;
1477
1477
  table->force_index= false;
1478
1478
  table->status=STATUS_NO_RECORD;
1479
 
  table->insert_values= 0;
 
1479
  table->insert_values.clear();
1480
1480
  /* Catch wrong handling of the auto_increment_field_not_null. */
1481
1481
  assert(!table->auto_increment_field_not_null);
1482
1482
  table->auto_increment_field_not_null= false;