3062
3062
tab->ref.key= 0; /* The only temp table index. */
3063
3063
tab->ref.key_length= tmp_key->key_length;
3064
3064
tab->ref.key_buff= (unsigned char*) session->mem.calloc(ALIGN_SIZE(tmp_key->key_length) * 2);
3068
3068
KeyPartInfo *cur_key_part= tmp_key->key_part;
3069
3069
StoredKey **ref_key= tab->ref.key_copy;