mdbx: rework MDBX_txn.

This commit is contained in:
Leo Yuriev
2017-05-23 21:36:09 +03:00
parent 34213c554a
commit ac8e987346
10 changed files with 262 additions and 261 deletions

View File

@@ -39,7 +39,7 @@ static void usage(char *prog) {
int main(int argc, char *argv[]) {
int i, rc;
MDB_env *env;
MDB_txn *txn;
MDBX_txn *txn;
MDB_dbi dbi;
MDBX_stat mst;
MDBX_envinfo mei;