-
Notifications
You must be signed in to change notification settings - Fork 719
Add set/get server version api #1296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add set/get server version api #1296
Conversation
ab67b50 to
7b3db1d
Compare
|
@sunshine-Chun has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
7b3db1d to
ddc6bde
Compare
|
@sunshine-Chun has updated the pull request. You must reimport the pull request before landing. |
ddc6bde to
4db5a98
Compare
|
@sunshine-Chun has updated the pull request. You must reimport the pull request before landing. |
|
dict_manager is a static variable declared in ha_rocksdb.cc. The get/set server version call rely on this variable. However this variable is not accessible in rdb_native_dd. we can either make it global or we can wrap it in ha_rocksdb. (The current implementation). LMK your thoughts. |
Wrapping LGTM |
|
@sunshine-Chun has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
4db5a98 to
8d29177
Compare
|
@sunshine-Chun has updated the pull request. You must reimport the pull request before landing. |
8d29177 to
9d28ed7
Compare
|
@sunshine-Chun has updated the pull request. You must reimport the pull request before landing. |
|
@sunshine-Chun has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
9d28ed7 to
823d43b
Compare
|
@sunshine-Chun has updated the pull request. You must reimport the pull request before landing. |
|
@sunshine-Chun has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
823d43b to
39efd2c
Compare
|
@sunshine-Chun has updated the pull request. You must reimport the pull request before landing. |
|
@sunshine-Chun has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun fbshipit-source-id: 3180a98
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun fbshipit-source-id: 3180a98 ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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: 9edee51
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 GitHub Author: Chun Ni <chni@fb.com> Test Plan: Test it locally Reviewers: luqun, #mysql_eng Reviewed By: luqun Subscribers: webscalesql-eng@fb.com Differential Revision: https://phabricator.intern.facebook.com/D45332426 Tags: accept2ship
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun fbshipit-source-id: 3180a98 ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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: 9edee51
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun fbshipit-source-id: 3180a98 ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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: 9edee51
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun fbshipit-source-id: 3180a98 ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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: 9edee51
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Upstream commit ID: facebook/mysql-5.6@78b9bbd PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951) Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook/mysql-5.6#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun fbshipit-source-id: 3180a98e5367487a845f4abaf9a8da26752f3620
Upstream commit ID: facebook/mysql-5.6@78b9bbd PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951) Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook/mysql-5.6#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun fbshipit-source-id: 3180a98e5367487a845f4abaf9a8da26752f3620
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb Pull Request resolved: facebook#1296 Test Plan: Test it locally Reviewed By: luqun Differential Revision: D45332426 Pulled By: sunshine-Chun ------------------------------------------------------------------------ Add rocksdb_is_supported_system_table api support for rocksdb dd (facebook#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: facebook#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
Summary: This diff added support for set/get server version api in rocksdb
Test Plan: Test it locally
Reviewers:
Subscribers:
Tasks:
Tags: