437
437
size_t max_row_length(const unsigned char *data);
438
438
uint32_t find_shortest_key(const key_map *usable_keys);
439
439
bool compare_record(Field **ptr);
441
442
/* TODO: the (re)storeRecord's may be able to be further condensed */
443
444
void storeRecordAsInsert();