60
60
******************************************************************************/
61
61
int join_init_cache(Session *session, JoinTable *tables, uint32_t table_count)
64
63
unsigned int length, blobs;
70
69
cache= &tables[table_count].cache;
76
75
if (!join_tab->used_fieldlength) /* Not calced yet */
77
76
calc_used_field_length(session, join_tab);