881
881
strpos=(unsigned char*) sort_keys;
882
882
sort_length=info->key_length;
884
if (init_queue(&queue,(uint) (Tb-Fb)+1,offsetof(BUFFPEK,key),0,
885
(int (*)(void*, unsigned char *,unsigned char*)) info->key_cmp,
885
if (init_queue(&queue,(uint32_t) (Tb-Fb)+1,(uint32_t) offsetof(BUFFPEK,key),
887
889
return(1); /* purecov: inspected */