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