Skip to content
  • sdong's avatar
    Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) · fdf882de
    sdong authored
    Summary:
    When dynamically linking two binaries together, different builds of RocksDB from two sources might cause errors. To provide a tool for user to solve the problem, the RocksDB namespace is changed to a flag which can be overridden in build time.
    Pull Request resolved: https://github.com/facebook/rocksdb/pull/6433
    
    Test Plan: Build release, all and jtest. Try to build with ROCKSDB_NAMESPACE with another flag.
    
    Differential Revision: D19977691
    
    fbshipit-source-id: aa7f2d0972e1c31d75339ac48478f34f6cfcfb3e
    fdf882de