show repl state in shell prompt. needs more work

This commit is contained in:
dwight
2010-11-23 04:16:04 -05:00
parent 95517ebb68
commit f6a923ca3f
8 changed files with 104 additions and 59 deletions

View File

@@ -1392,7 +1392,6 @@ namespace mongo {
return _interrupt( cx );
}
void installInterrupt( int timeoutMs ) {
if ( timeoutMs != 0 || ScriptEngine::haveCheckInterruptCallback() ) {
TimeoutSpec *spec = new TimeoutSpec;