diff options
Diffstat (limited to 'dbtests/framework.cpp')
-rw-r--r-- | dbtests/framework.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbtests/framework.cpp b/dbtests/framework.cpp index 57583b2e9f0..53b971d0d3f 100644 --- a/dbtests/framework.cpp +++ b/dbtests/framework.cpp @@ -203,6 +203,7 @@ namespace mongo { string dbpathString = p.native_directory_string(); dbpath = dbpathString.c_str(); + Connection::initThread(); acquirePathLock(); srand( seed ); |