Details
-
Bug
-
Resolution: Duplicate
-
Minor - P4
-
None
-
3.4.5, 3.5.9
-
Replication
-
ALL
Description
In db/op_observer_impl.cpp, there are three tests to identify system collections:
if (strstr(nss.ns().c_str(), ".system.js")) {
|
if (strstr(args.nss.ns().c_str(), ".system.js")) {
|
if (nss.coll() == "system.js") {
|
It seems clear that only the last is correct.
Attachments
Issue Links
- duplicates
-
SERVER-30325 Cache transaction progress in the Session object
-
- Closed
-