[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#7771) liblmdb cursor issues



I wrote:
> mdb_subcursor(MDB_cursor *mc)
> (...)
>           if (((mc->mc_flags | subc->mc_flags) & C_INITIALIZED) &&

Oops. For reference, the '|' should be '&'.
mdb.master has now been fixed to work without this function, though.

-- 
Hallvard