Allow keystores to have variable WT table name

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.3.0-rc0
    • Affects Version/s: None
    • Component/s: Security
    • None
    • Server Security
    • Fully Compatible
    • Server Security 2026-03-13
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      In WTDataStore and WTDataStoreSession, a constant global table name ("keystore") is used when creating or accessing the keystore table. Since the keystore table name is no longer constant, we will factor it out into a variable in the following way:

      • In all methods which do this (WTDataStoreSession::begin,rbegin,verifyTable,salvage,search,insert,update, WTDataStore::createTable), we will add a StringData tableName argument which will be used.
      • A Keystore::getTableName method will be introduced. This method will return the appropriate table name corresponding to the keystore object.

            Assignee:
            Ken Martin
            Reporter:
            Gabriel Marks
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: