rocksdb/db/db_impl
Yutian Li 87b4043a67 Remove undefined function GetColumnFamilyDataByName (#13126)
Summary:
function is undefined and unused

Pull Request resolved: https://github.com/facebook/rocksdb/pull/13126

Reviewed By: ltamasi

Differential Revision: D65675223

Pulled By: cbi42

fbshipit-source-id: d63d2d361dc40226223840ebe74c0f8934ab18e7
2024-11-08 15:35:40 -08:00
..
compacted_db_impl.cc Run internal cpp modernizer on RocksDB repo (#12398) 2024-03-04 10:08:32 -08:00
compacted_db_impl.h Deprecate some variants of Get and MultiGet (#12327) 2024-02-16 09:21:06 -08:00
db_impl.cc Fix missing cases of corruption retries (#13122) 2024-11-08 12:43:21 -08:00
db_impl.h Remove undefined function GetColumnFamilyDataByName (#13126) 2024-11-08 15:35:40 -08:00
db_impl_compaction_flush.cc Fix assertion that compaction input files are freeed (#13109) 2024-11-05 09:39:54 -08:00
db_impl_debug.cc Fix and test for leaks of open SST files (#13117) 2024-11-08 10:54:43 -08:00
db_impl_experimental.cc Add documentation for background job's state transition (#12994) 2024-09-06 13:08:34 -07:00
db_impl_files.cc Fix missing cases of corruption retries (#13122) 2024-11-08 12:43:21 -08:00
db_impl_follower.cc Add LDB command and option for follower instances (#12682) 2024-05-28 23:21:32 -07:00
db_impl_follower.h Implement obsolete file deletion (GC) in follower (#12657) 2024-05-17 19:13:33 -07:00
db_impl_open.cc Fix missing cases of corruption retries (#13122) 2024-11-08 12:43:21 -08:00
db_impl_readonly.cc Fix missing cases of corruption retries (#13122) 2024-11-08 12:43:21 -08:00
db_impl_readonly.h Remove the force mode for EnableFileDeletions API (#12337) 2024-02-13 18:36:25 -08:00
db_impl_secondary.cc Fix write committed transactions replay when UDT setting toggles (#13121) 2024-11-06 17:32:03 -08:00
db_impl_secondary.h Basic RocksDB follower implementation (#12540) 2024-04-19 19:13:31 -07:00
db_impl_write.cc Introduce an interface `ReadOnlyMemTable` for immutable memtables (#13107) 2024-11-04 16:09:34 -08:00