Details
Description
Missing comma in appendOplogNote command in page https://www.mongodb.com/docs/manual/reference/command/appendOplogNote/
It should have one "," after appendOplogNote: 1
db.adminCommand(
|
{
|
appendOplogNote: 1
|
data: {
|
msg: "Appending test msg to oplog" |
}
|
}
|
)
|
Attachments
Issue Links
- is cloned by
-
DOCS-16603 404 error for database profiler
-
- Closed
-