35
35
/* For now, we are only interested in supporting a PRIMARY KEY. In the
36
36
next phase of BlitzDB, this should loop through the key array. */
37
37
if (share->primary_key_exists) {
39
39
KeyPartInfo *key_part = pk->key_part;
40
40
KeyPartInfo *key_part_end = key_part + pk->key_parts;