mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
update vs file
This commit is contained in:
parent
cf1b25029e
commit
cfb9d9bda4
@ -2258,8 +2258,8 @@ const StringData _jscode_raw_db =
|
||||
"}\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"DB.prototype.printShardingStatus = function(){\n"
|
||||
"printShardingStatus( this.getSiblingDB( \"config\" ) );\n"
|
||||
"DB.prototype.printShardingStatus = function( verbose ){\n"
|
||||
"printShardingStatus( this.getSiblingDB( \"config\" ) , verbose );\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"DB.autocomplete = function(obj){\n"
|
||||
|
Loading…
Reference in New Issue
Block a user