mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
windows compile
This commit is contained in:
parent
74e22e9d73
commit
44057b4e1c
@ -385,6 +385,7 @@ namespace mongo {
|
||||
virtual bool adminOnly(){ return true; }
|
||||
virtual bool run(const char *ns, BSONObj& cmdObj, string& errmsg, BSONObjBuilder& result, bool fromRepl) {
|
||||
rotateLogs();
|
||||
return 1;
|
||||
}
|
||||
|
||||
} logRotateCmd;
|
||||
|
Loading…
Reference in New Issue
Block a user