aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mongodb/wiredtiger-strtouq.patch
Commit message (Collapse)AuthorAgeFilesLines
* testing/mongodb: Fix #5188 where mongod crashes at db.dropDatabase().Marc Vertes2016-03-021-0/+11
>From the error log, it seems this is a problem due to wiredtiger. The problem does not occure if using internal engine. Ensure mongodb is using internal provided wiredtiger engine instead of system one. An additional patch to avoid strtouq is needed.