Start blocking out some documentation.
- Fix some C rdoc so it is parsed correctly. - Fill out transaction testing. - Populate docs for DB options. FossilOrigin-Name: f54dbfacf2dda100a116fdcc856ca5231e249f23238ca9d4355618e3a380a8f8
This commit is contained in:
parent
81ee69295c
commit
a54c286a75
11 changed files with 345 additions and 43 deletions
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
#include "mdbx.h"
|
||||
|
||||
#ifndef MDBX_EXT_0_9_2
|
||||
#define MDBX_EXT_0_9_2
|
||||
#ifndef MDBX_EXT_0_9_3
|
||||
#define MDBX_EXT_0_9_3
|
||||
|
||||
#define RMDBX_TXN_ROLLBACK 0
|
||||
#define RMDBX_TXN_COMMIT 1
|
||||
|
|
@ -63,5 +63,5 @@ extern void rmdbx_close_txn( rmdbx_db_t*, int );
|
|||
extern VALUE rmdbx_gather_stats( rmdbx_db_t* );
|
||||
|
||||
|
||||
#endif /* define MDBX_EXT_0_9_2 */
|
||||
#endif /* define MDBX_EXT_0_9_3 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue