]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/db/table_properties_collector.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rocksdb / db / table_properties_collector.cc
index 4dbcd4cc41571ed2fa361cbdc7538f64b3474063..d98ff5e9b4030fb0808a08b71067428f703dc27b 100644 (file)
@@ -9,7 +9,7 @@
 #include "util/coding.h"
 #include "util/string_util.h"
 
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
 
 namespace {
 
@@ -71,4 +71,4 @@ uint64_t GetMergeOperands(const UserCollectedProperties& props,
       props, TablePropertiesNames::kMergeOperands, property_present);
 }
 
-}  // namespace rocksdb
+}  // namespace ROCKSDB_NAMESPACE