This commit is contained in:
Howard Chu 2013-04-20 09:47:33 -07:00
parent 9dd61011fe
commit da3e4d78d6

View File

@ -711,7 +711,7 @@ int mdb_env_set_maxdbs(MDB_env *env, MDB_dbi dbs);
* errors are: * errors are:
* <ul> * <ul>
* <li>#MDB_PANIC - a fatal error occurred earlier and the environment * <li>#MDB_PANIC - a fatal error occurred earlier and the environment
- * must be shut down. * must be shut down.
* <li>#MDB_MAP_RESIZED - another process wrote data beyond this MDB_env's * <li>#MDB_MAP_RESIZED - another process wrote data beyond this MDB_env's
* mapsize and the environment must be shut down. * mapsize and the environment must be shut down.
* <li>#MDB_READERS_FULL - a read-only transaction was requested and * <li>#MDB_READERS_FULL - a read-only transaction was requested and