mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 09:06:21 +01:00
compile on windows
This commit is contained in:
parent
58fd04ab38
commit
e98dbf5acd
@ -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) {
|
||||
|
@ -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"
|
||||
|
@ -221,6 +221,10 @@
|
||||
RelativePath=".\dbwebserver.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\instance.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\introspect.cpp"
|
||||
>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user