~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sj_tmp_table.cc

Replace macros around unireg.h, store_record,restore_record,cmp_record,empty_record

Show diffs side-by-side

added added

removed removed

Lines of Context:
262
262
  }
263
263
 
264
264
  //param->recinfo=recinfo;
265
 
  //store_record(table,s->default_values);        // Make empty default record
 
265
  //table->storeRecordAsDefault();        // Make empty default record
266
266
 
267
267
  if (session->variables.tmp_table_size == ~ (uint64_t) 0)    // No limit
268
268
    share->max_rows= ~(ha_rows) 0;