We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04996f0 commit 4d2682cCopy full SHA for 4d2682c
1 file changed
driver-core/src/main/com/mongodb/MongoNamespace.java
@@ -37,7 +37,10 @@
37
public final class MongoNamespace {
38
/**
39
* The collection name in which to execute a command.
40
+ * @deprecated there is no replacement for this constant, as it is only needed for the OP_QUERY wire protocol message, which has
41
+ * been replaced by OP_MSG
42
*/
43
+ @Deprecated
44
public static final String COMMAND_COLLECTION_NAME = "$cmd";
45
46
private static final Set<Character> PROHIBITED_CHARACTERS_IN_DATABASE_NAME =
0 commit comments