Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP

Loading…

Refactor __drop_index__ table #90

Closed
yoshinorim opened this Issue · 1 comment

1 participant

@yoshinorim
Owner

Currently MyRocks creates drop_index internal system table to keep track of index deletions. But this is not a real table and it's confusing. It would be better to have a data dictionary entry (key: RDBSE_KEYDEF::DDL_DROP_INDEX_ONGOING(0x5) + index_id) and to keep track of index deletions there.

@yoshinorim yoshinorim self-assigned this
@yoshinorim yoshinorim closed this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.