ITS#9461 refix ITS#9376

Was setting C_DEL flag gratuitously
This commit is contained in:
Howard Chu 2021-02-09 23:38:06 +00:00
parent 51a29155e1
commit 40585b4839

View file

@ -8527,10 +8527,10 @@ mdb_cursor_del0(MDB_cursor *mc)
}
m3->mc_xcursor->mx_cursor.mc_flags |= C_DEL;
}
m3->mc_flags |= C_DEL;
}
}
}
m3->mc_flags |= C_DEL;
fail:
if (rc)