Skip to content
  • Chang Su's avatar
    move static msgs out of Status class (#4144) · 374c37da
    Chang Su authored
    Summary:
    The member msgs of class Status contains all types of status messages.
    When users dump a Status object, msgs will confuse users. So move it out
    of class Status by making it as file-local static variable.
    
    Closes #3831 .
    Pull Request resolved: https://github.com/facebook/rocksdb/pull/4144
    
    Differential Revision: D8941419
    
    Pulled By: sagar0
    
    fbshipit-source-id: 56b0510258465ff26db15aa6b04e01532e053e3d
    374c37da