aboutsummaryrefslogtreecommitdiff
path: root/external/db_drivers/liblmdb/mdb_dump.c
Commit message (Collapse)AuthorAgeFilesLines
* ITS#9068 fix backslash escapingHoward Chu2019-08-261-0/+2
| | | | | mdb_load wasn't properly inserting escaped backslashes into the data. mdb_dump wasn't escaping backslashes when generating printable output.
* Resync to upstream mdb.masterHoward Chu2019-01-171-16/+3
|
* ITS#8704 add MDB_PREVSNAPSHOT flag to mdb_env_openHoward Chu2017-08-121-1/+5
| | | | | used to open the previous snapshot, in case the latest one is corrupted
* Update liblmdb, unify 32/64 sourcesHoward Chu2015-12-251-0/+326