~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_delete.cc

Big merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
{
46
46
  int           error;
47
47
  Table         *table;
48
 
  optimizer::SQL_SELECT *select= NULL;
 
48
  optimizer::SqlSelect *select= NULL;
49
49
  READ_RECORD   info;
50
50
  bool          using_limit=limit != HA_POS_ERROR;
51
51
  bool          transactional_table, const_cond;