vmware
Howard Chu 12 years ago
parent 9dd61011fe
commit da3e4d78d6
  1. 2
      libraries/liblmdb/lmdb.h

@ -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

Loading…
Cancel
Save