~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/tmp_table_param.h

  • Committer: Nathan Williams
  • Date: 2009-06-05 22:22:21 UTC
  • mto: This revision was merged to the branch mainline in revision 1063.
  • Revision ID: nathanlws@gmail.com-20090605222221-usmgpjhggrwjgz9w
No actual code changes. Changed Copy_field to CopyField, to reflect the coding standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  KEY *keyinfo;
39
39
  List<Item> copy_funcs;
40
40
  List<Item> save_copy_funcs;
41
 
  Copy_field *copy_field, *copy_field_end;
42
 
  Copy_field *save_copy_field, *save_copy_field_end;
 
41
  CopyField *copy_field, *copy_field_end;
 
42
  CopyField *save_copy_field, *save_copy_field_end;
43
43
  unsigned char     *group_buff;
44
44
  Item      **items_to_copy;                    /* Fields in tmp table */
45
45
  MI_COLUMNDEF *recinfo,*start_recinfo;