0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p

This commit is contained in:
Aaron Staple 2008-12-03 10:16:01 -05:00
commit 68f46c8491
4 changed files with 7 additions and 1 deletions

View File

@ -94,7 +94,7 @@ void Cloner::copy(const char *from_collection, const char *to_collection, bool i
if( isindex )
js = fixindex(tmp);
theDataFileMgr.insert(to_collection, (void*) js.objdata(), js.objsize());
}
}
}
bool Cloner::go(const char *masterHost, string& errmsg, const string& fromdb) {

View File

@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include "db.h"
#include "javajs.h"
#include "query.h"

View File

@ -221,6 +221,10 @@
RelativePath=".\dbwebserver.cpp"
>
</File>
<File
RelativePath=".\instance.cpp"
>
</File>
<File
RelativePath=".\introspect.cpp"
>

View File

@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include "db.h"
#include "query.h"
#include "introspect.h"