Remove RecordStore::compactsInPlace()

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Minor - P4
    • 4.3.1
    • Affects Version/s: None
    • Component/s: Storage
    • Fully Compatible
    • Execution Team 2019-09-23
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      All storage engines (except mobile) return true for this function.

      Mobile does not support compacting, so RecordStore::compactSupported() returns false and makes the compactsInPlace() check redundant in this case.

      We can assume that any storage engine that can compact will do so in-place. We may remove the compactsInPlace() check and all the alternative logic after this check inĀ collection_compact.cpp

            Assignee:
            Evgeni Dobranov (Inactive)
            Reporter:
            Evgeni Dobranov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: