remove duplicate string literal in collection impl

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Trivial - P5
    • 3.5.10
    • Affects Version/s: None
    • Component/s: Storage
    • None
    • Fully Compatible
    • Storage 2017-07-10
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      In collection_impl.cpp there is a string created twice with the exact same message. It would be better to remove a copy.

      See collection_impl.cpp

      string msg = "One or more indexes contain invalid index entries.";
      

            Assignee:
            Ian Kuehne (Inactive)
            Reporter:
            Gregory Wlodarek
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: