Fix formula for calculating programMajorMinorVersion in servers.js

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.1.0-rc0, 8.0.5, 7.0.21
    • Affects Version/s: None
    • Component/s: None
    • None
    • Cluster Scalability
    • Fully Compatible
    • ALL
    • v8.0, v7.0, v6.0
    • Cluster Scalability 2024-12-23
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Credit to joan.bruguera-mico@mongodb.com who caught that we are incorrectly calculating the programMajorMinorVersion.

      Current formula is `major * 100 + minor + 10`
      The correct formula based on who the code is used should be `major * 100 + minor * 10`

              Assignee:
              Ben Gawel
              Reporter:
              Ben Gawel
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: