Go to file
Hallvard Furuseth 1b6d7ee7e1 ITS#7598 mdb_dbi_open(named DB): Check mainDB flags.
Reject attempts to open named databases if the main
database has flag MDB_DUPSORT or MDB_INTEGERKEY.

DUPSORT would require an xcursor for the DB, INTEGERKEY
would expect the DB name to be a binary integer.
2013-05-21 19:04:52 +02:00
libraries/liblmdb ITS#7598 mdb_dbi_open(named DB): Check mainDB flags. 2013-05-21 19:04:52 +02:00