~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

  • Committer: Brian Aker
  • Date: 2009-03-05 08:26:07 UTC
  • mfrom: (910.2.11 mordred-noatomics)
  • Revision ID: brian@tangent.org-20090305082607-30deookk6sdycdeb
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
581
581
    group_optimized_away= 0;
582
582
 
583
583
    all_fields= fields_arg;
584
 
    fields_list= fields_arg;
 
584
    if (&fields_list != &fields_arg) /* only copy if not same*/
 
585
      fields_list= fields_arg;
585
586
    memset(&keyuse, 0, sizeof(keyuse));
586
587
    tmp_table_param.init();
587
588
    tmp_table_param.end_write_records= HA_POS_ERROR;