|
|
@ -530,6 +530,7 @@ int mdb_txn_begin(MDB_env *env, MDB_txn *parent, unsigned int flags, MDB_txn ** |
|
|
|
* <li>EINVAL - an invalid parameter was specified. |
|
|
|
* <li>EINVAL - an invalid parameter was specified. |
|
|
|
* <li>ENOSPC - no more disk space. |
|
|
|
* <li>ENOSPC - no more disk space. |
|
|
|
* <li>EIO - a low-level I/O error occurred while writing. |
|
|
|
* <li>EIO - a low-level I/O error occurred while writing. |
|
|
|
|
|
|
|
* <li>ENOMEM - the transaction is nested and could not be merged into its parent. |
|
|
|
* </ul> |
|
|
|
* </ul> |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
int mdb_txn_commit(MDB_txn *txn); |
|
|
|
int mdb_txn_commit(MDB_txn *txn); |
|
|
|