mdbx: rework MDBX_val.

This commit is contained in:
Leo Yuriev
2017-05-23 21:05:54 +03:00
parent ac8e987346
commit 8c18622592
10 changed files with 525 additions and 525 deletions

View File

@@ -78,7 +78,7 @@ enum {
};
struct result {
MDB_val value;
MDBX_val value;
size_t limit;
union {
uint8_t bytes[sizeof(uint64_t)];