Skip to content
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

Adding a capability to manipulate MyRocks data dictionary #813

Open
yoshinorim opened this issue Apr 16, 2018 · 0 comments
Open

Adding a capability to manipulate MyRocks data dictionary #813

yoshinorim opened this issue Apr 16, 2018 · 0 comments

Comments

@yoshinorim
Copy link
Contributor

Sometimes it is useful if we can manipulate data dictionary. One typical use case is fixing rocksdb_ddl and frm file inconsistency. The inconsistency may happen when a temporary table existed in MyRocks before finishing myrocks_hotbackup's WAL copy but was dropped before copying frm file. Then the temporary table info is stored in rocksdb_ddl but frm file does not exist in destination. To fix such inconsistency, currently it is necessary to copy frm file to data dir then to run drop table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant