Restore constness to getInitialDataTimestamp

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.7.0
    • Affects Version/s: 4.4.0
    • Component/s: Replication
    • None
    • Fully Compatible
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      In SERVER-47844 we added the non-const virtual method KVEngine::getInitialDataTimestamp. Strangely, its subclass WiredTigerKVEngine already had a const non-virtual method of the same name. In SERVER-48518 we removed the const non-virtual WiredTigerKVEngine::getInitialDataTimestamp, so it had only its non-const virtual override. Let's clean up after ourselves: getInitialDataTimestamp should be a const virtual method.

            Assignee:
            A. Jesse Jiryu Davis
            Reporter:
            A. Jesse Jiryu Davis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: