mirror of https://github.com/mongodb/mongo
SERVER-115549 Remove TODO (#45296)
GitOrigin-RevId: fa705817c2d58f7e7bcce47db1bd0fa01c1eae4c
This commit is contained in:
parent
8df5d7bb84
commit
4844f4b6f1
|
|
@ -59,8 +59,6 @@ class Command {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Insert document command.
|
* Insert document command.
|
||||||
* TODO: SERVER-114857 - This command needs to know if the collection already exists.
|
|
||||||
* The insertion behavior may differ depending on whether the collection is already created.
|
|
||||||
*/
|
*/
|
||||||
class InsertDocCommand extends Command {
|
class InsertDocCommand extends Command {
|
||||||
constructor(dbName, collName, shardSet, collectionCtx) {
|
constructor(dbName, collName, shardSet, collectionCtx) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue