Set xcursor EOF after deleting last entry

robust
Howard Chu 11 years ago
parent 1ac5147fc1
commit 534dcc7212
  1. 1
      libraries/liblmdb/mdb.c

@ -6343,6 +6343,7 @@ mdb_cursor_del(MDB_cursor *mc, unsigned int flags)
return rc; return rc;
} }
/* otherwise fall thru and delete the sub-DB */ /* otherwise fall thru and delete the sub-DB */
mc->mc_xcursor->mx_cursor.mc_flags |= C_EOF;
} }
if (leaf->mn_flags & F_SUBDATA) { if (leaf->mn_flags & F_SUBDATA) {

Loading…
Cancel
Save