~stewart/drizzle/embedded-innodb-configuration-io-threads

« back to all changes in this revision

Viewing changes to drizzled/tmp_table_param.h

  • Committer: Stewart Smith
  • Date: 2010-05-17 07:06:21 UTC
  • mfrom: (1447.1.4)
  • Revision ID: stewart@flamingspork.com-20100517070621-7xusw9kb7dk1fzw7
Merged embedded-innodb-configuration-open-files into embedded-innodb-configuration-io-threads.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  void operator=(Tmp_Table_Param &);
39
39
 
40
40
public:
41
 
  KEY *keyinfo;
 
41
  KeyInfo *keyinfo;
42
42
  List<Item> copy_funcs;
43
43
  List<Item> save_copy_funcs;
44
44
  CopyField *copy_field, *copy_field_end;