~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_base.cc

  • Committer: Brian Aker
  • Date: 2008-07-12 14:55:02 UTC
  • Revision ID: brian@tangent.org-20080712145502-yp3e3gkwun24f0mp
Removed dead FT bits. Small refactoring in sql_plugin.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
2481
2481
  table->null_row= table->maybe_null= table->force_index= 0;
2482
2482
  table->status=STATUS_NO_RECORD;
2483
2483
  table->insert_values= 0;
2484
 
  table->fulltext_searched= 0;
2485
 
  table->file->ft_handler= 0;
2486
2484
  /* Catch wrong handling of the auto_increment_field_not_null. */
2487
2485
  assert(!table->auto_increment_field_not_null);
2488
2486
  table->auto_increment_field_not_null= false;