|
|
@ -595,8 +595,8 @@ int mdb_env_create(MDB_env **env); |
|
|
|
* reserved in that case. |
|
|
|
* reserved in that case. |
|
|
|
* This flag may be changed at any time using #mdb_env_set_flags(). |
|
|
|
* This flag may be changed at any time using #mdb_env_set_flags(). |
|
|
|
* </ul> |
|
|
|
* </ul> |
|
|
|
* @param[in] mode The UNIX permissions to set on created files. This parameter |
|
|
|
* @param[in] mode The UNIX permissions to set on created files and semaphores. |
|
|
|
* is ignored on Windows. |
|
|
|
* This parameter is ignored on Windows. |
|
|
|
* @return A non-zero error value on failure and 0 on success. Some possible |
|
|
|
* @return A non-zero error value on failure and 0 on success. Some possible |
|
|
|
* errors are: |
|
|
|
* errors are: |
|
|
|
* <ul> |
|
|
|
* <ul> |
|
|
|