Allow writing directly to indexes without requiring non-const access to IndexCatalogEntries

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Catalog and Routing
    • 1
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      IndexCatalog currently only provides const access to IndexCatalogEntries.

      With the new repair mode in validate, non-const access is necessary to insert and remove index keys. The temporary solution is we are const_cast-ing but a better solution is if had non-const access to IndexCatalogEntries.

            Assignee:
            Unassigned
            Reporter:
            Shin Yee Tan
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: