Make FCV check for v:2 oplog entries correct

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.8.0
    • Affects Version/s: None
    • Component/s: Querying
    • None
    • Fully Compatible
    • Query 2020-09-21, Query 2020-10-05
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      When the FCV check for this feature was first introduced, it was done as an equality check:

      if (currentFCV == fcv47Constant) {...} 

      This will cause problems when the 4.8 FCV constants are introduced. We should fix this and make the FCV checks compliant with the new FCV check style guide.

            Assignee:
            Ian Boros
            Reporter:
            Ian Boros
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: