Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-51009

Make FCV check for v:2 oplog entries correct

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

      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@mongodb.com Ian Boros
            Reporter:
            ian.boros@mongodb.com Ian Boros
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: