MySQLOnRocksDB/mysql-5.6
forked from facebook/mysql-5.6

Loading…
Address the TODO comment on Table_ddl_manager::put #50
Closed
maykov opened this Issue
· 1 comment
Owner
maykov
commented
Owner
yoshinorim
commented
@maykov Now MyRocks always aborts if dict_manager.commit() fails. Do we still need to fix this?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This function modifies ddl_hash and index_num_to_keydef.
However, these changes need to be reversed if dict_manager.commit fails
See the discussion here: https://reviews.facebook.net/D35925#inline-259167