forked from blue/lmdbal
some more primitive specializations, counting rows, dropping tables, tests
This commit is contained in:
parent
047f96b54a
commit
2f34fa69e8
22 changed files with 667 additions and 28 deletions
|
@ -36,7 +36,7 @@ public:
|
|||
};
|
||||
MDB_val getData() {
|
||||
MDB_val result;
|
||||
result.mv_data = &value,
|
||||
result.mv_data = &value;
|
||||
result.mv_size = 8;
|
||||
return result;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue