367
367
static int keys_compare(heap_rb_param *param, unsigned char *key1, unsigned char *key2)
370
370
return ha_key_cmp(param->keyseg, key1, key2, param->key_length,
371
371
param->search_flag, not_used);
374
static void init_block(HP_BLOCK *block, uint chunk_length, uint32_t min_records,
374
static void init_block(HP_BLOCK *block, uint32_t chunk_length, uint32_t min_records,
379
379
max_records= cmax(min_records,max_records);