From a1fe753a64c254db978ed36a141cb8863fad1170 Mon Sep 17 00:00:00 2001 From: Alberto Lerner Date: Fri, 26 Nov 2010 10:14:49 -0500 Subject: [PATCH] reminder --- s/d_state.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/s/d_state.cpp b/s/d_state.cpp index d8feacc8348..f1c3d969744 100644 --- a/s/d_state.cpp +++ b/s/d_state.cpp @@ -98,6 +98,7 @@ namespace mongo { uasserted( 13299 , ss.str() ); } + // TODO we shouldn't need three ways for checking the version. Fix this. bool ShardingState::hasVersion( const string& ns ){ scoped_lock lk(_mutex);