3060
3057
- here we initialize only those members that are used by
3061
3058
subselect_uniquesubquery_engine, so these objects are incomplete.
3066
3063
tab->ref.key= 0; /* The only temp table index. */
3067
3064
tab->ref.key_length= tmp_key->key_length;
3068
3065
tab->ref.key_buff= (unsigned char*) session->mem.calloc(ALIGN_SIZE(tmp_key->key_length) * 2);
3072
3069
KeyPartInfo *cur_key_part= tmp_key->key_part;
3073
3070
StoredKey **ref_key= tab->ref.key_copy;