Revert "Revert "SERVER-305 record uri on connect""

This reverts commit 149248b4eb.
This commit is contained in:
Aaron
2010-02-22 12:08:54 -08:00
parent 149248b4eb
commit cd1dfe32b0
7 changed files with 22 additions and 6 deletions

View File

@@ -418,5 +418,8 @@ namespace mongo {
}
}
void ( *ScriptEngine::_connectCallback )( DBClientWithCommands & ) = 0;
ScriptEngine * globalScriptEngine;
}