ITS#9461 fix typo

mdb.master
Howard Chu 3 years ago
parent 917e4f1d14
commit 52bc29ee2e
  1. 2
      libraries/liblmdb/mdb.c

@ -9547,7 +9547,7 @@ mdb_cursor_del0(MDB_cursor *mc)
}
}
}
m3->mc_flags |= C_DEL;
mc->mc_flags |= C_DEL;
fail:
if (rc)

Loading…
Cancel
Save