~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_delete.cc

Performed numerous style cleanups in range.[cc,h].

Mainly involved:
 * renaming classes to not be all upper case
 * initializing variables when they are declared
 * correcting wrong indentation
 * removing tabs where I found them
 * correctly lining up paramaters in function calls and delcarations

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;