~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.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:
3252
3252
  uint    buff_len,/*!< in: buffer length */
3253
3253
  const unsigned char*  record)/*!< in: row in MySQL format */
3254
3254
{
3255
 
  KEY*    key_info  = table->key_info + keynr;
 
3255
  KeyInfo*    key_info  = table->key_info + keynr;
3256
3256
  KeyPartInfo*  key_part  = key_info->key_part;
3257
3257
  KeyPartInfo*  end   = key_part + key_info->key_parts;
3258
3258
  char*   buff_start  = buff;
4726
4726
        clustered index, even if it was internally
4727
4727
        generated by InnoDB */
4728
4728
{
4729
 
  KEY*    key = 0;
 
4729
  KeyInfo*    key = 0;
4730
4730
  dict_index_t* index = 0;
4731
4731
 
4732
4732
  ha_statistic_increment(&system_status_var::ha_read_key_count);
5280
5280
  dict_index_t* index;
5281
5281
  int   error;
5282
5282
  ulint   n_fields;
5283
 
  KEY*    key;
 
5283
  KeyInfo*    key;
5284
5284
  KeyPartInfo*  key_part;
5285
5285
  ulint   ind_type;
5286
5286
  ulint   col_type;
6054
6054
  key_range   *max_key) /*!< in: range end key val, may
6055
6055
               also be 0 */
6056
6056
{
6057
 
  KEY*    key;
 
6057
  KeyInfo*    key;
6058
6058
  dict_index_t* index;
6059
6059
  unsigned char*    key_val_buff2 = (unsigned char*) malloc(
6060
6060
              table->s->stored_rec_length