• Moti Cohen's avatar
    HFE - Fix key ref by the hash on RENAME/MOVE/SWAPDB/RESTORE (#13539) · 9a89e32a
    Moti Cohen authored
    If the hash previously had HFEs (hash-fields with expiration) but later no longer
    does, the key ref in the hash might become outdated after a MOVE, COPY,
    RENAME or RESTORE operation. These commands maintain the key ref only
    if HFEs are present. That is, we can only be sure that key ref is valid as long as the
    hash has HFEs.
    9a89e32a
t_hash.c 124 KB