~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/quick_group_min_max_select.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:
45
45
                       uint32_t group_prefix_len_arg,
46
46
                       uint32_t group_key_parts_arg,
47
47
                       uint32_t used_key_parts_arg,
48
 
                       KEY *index_info_arg,
 
48
                       KeyInfo *index_info_arg,
49
49
                       uint32_t use_index,
50
50
                       double read_cost_arg,
51
51
                       ha_rows records_arg,