~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2010-05-15 01:19:45 UTC
  • Revision ID: brian@gaz-20100515011945-uxhf94vi0tzm0vq6
Rename of KEY to KeyInfo

Show diffs side-by-side

added added

removed removed

Lines of Context:
833
833
  Field **reg_field, **from_field, **default_field;
834
834
  uint32_t *blob_field;
835
835
  CopyField *copy= 0;
836
 
  KEY *keyinfo;
 
836
  KeyInfo *keyinfo;
837
837
  KeyPartInfo *key_part_info;
838
838
  Item **copy_func;
839
839
  MI_COLUMNDEF *recinfo;
1632
1632
     true  - Error
1633
1633
*/
1634
1634
 
1635
 
bool Table::create_myisam_tmp_table(KEY *keyinfo,
 
1635
bool Table::create_myisam_tmp_table(KeyInfo *keyinfo,
1636
1636
                                    MI_COLUMNDEF *start_recinfo,
1637
1637
                                    MI_COLUMNDEF **recinfo,
1638
1638
                                    uint64_t options)