Change StorageEngineImpl::listDatabases() to return a list of TenantDatabaseName instead of string

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 5.3.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • Server Serverless 2022-02-07
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Here is the current definition of the API :
      std::vector<std::string> StorageEngineImpl::listDatabases() const;
       
      In this ticket, it will be changed to:
      std::vector<TenantDatabaseName> StorageEngineImpl::listDatabases() const;
      All the callers' code should also be changed to match the new API.

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

                Created:
                Updated:
                Resolved: