You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
intprint_klpair (FILE *outf, constvoid* key, uint32_t keylen, LEAFENTRY v); // Print a leafentry out in human-readable form.
218
212
219
213
intle_latest_is_del(LEAFENTRY le); // Return true if it is a provisional delete.
220
-
intle_val_is_del(LEAFENTRY le, enum cursor_read_type read_type, TOKUTXN txn); // Returns true if the value that is to be read is empty
214
+
intle_val_is_del(LEAFENTRY le, bool is_snapshot_read, TOKUTXN txn); // Returns true if the value that is to be read is empty
221
215
boolle_is_clean(LEAFENTRY le); //Return how many xids exist (0 does not count)
222
216
boolle_has_xids(LEAFENTRY le, XIDS xids); // Return true transaction represented by xids is still provisional in this leafentry (le's xid stack is a superset or equal to xids)
223
217
void* le_latest_val (LEAFENTRY le); // Return the latest val (return NULL for provisional deletes)
0 commit comments