Set xcursor EOF after deleting last entry

This commit is contained in:
Howard Chu 2014-07-07 17:13:51 -07:00
parent 1ac5147fc1
commit 534dcc7212

View File

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