Commit 3afb4bd
Add rocksdb_is_supported_system_table api support for rocksdb dd (#1299)
Summary:
We are adding support for data dictionary related rocksdb_hton handler functions. This will include the current diff and couple of following diffs. Each diff will add support for one or several rocksdb_hton handler function.
This diff adds support for rocksdb_is_supported_system_table. Return false for now. More logic may need to be added once we have more prototype for dd bootstraping.
Pull Request resolved: #1299
Test Plan:
The diff will unblock the test failure in D44598701
Imported from GitHub, without a `Test Plan:` line.
Reviewed By: luqun
Differential Revision: D45723276
Pulled By: sunshine-Chun
fbshipit-source-id: 9edee511 parent f421600 commit 3afb4bd
File tree
3 files changed
+6
-0
lines changed- storage/rocksdb
3 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7436 | 7436 | | |
7437 | 7437 | | |
7438 | 7438 | | |
| 7439 | + | |
7439 | 7440 | | |
7440 | 7441 | | |
7441 | 7442 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
67 | 71 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments