mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 11:29:19 +08:00
lmdb: follow mdb_dump to ITS#8181.
Update mdb_dump corresponding to I5ebce36694045279702c74490a5a634217d4f95d. Change-Id: I813bb6b4eedd9aba6f79b9c566331a1c053b53a2
This commit is contained in:
parent
1be4140abf
commit
55cbf745ff
@ -298,7 +298,8 @@ int main(int argc, char *argv[])
|
||||
if (!count) {
|
||||
fprintf(stderr, "%s: %s does not contain multiple databases\n", prog, envname);
|
||||
rc = MDB_NOTFOUND;
|
||||
} else if (rc == MDB_BAD_DBI) {
|
||||
} else if (rc == MDB_INCOMPATIBLE) {
|
||||
/* LY: the record it not a named sub-db. */
|
||||
rc = MDB_SUCCESS;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user