facebook / mysql-5.6

Facebook's branch of the Oracle MySQL database. This includes MyRocks.
http://myrocks.io
Other
2.47k stars 711 forks source link

MyRocks: do not warn about CREATE TABLE ENGINE != ROCKSDB SELECT ... … #1373

Closed laurynas-biveinis closed 8 months ago

laurynas-biveinis commented 9 months ago

…without binlog pos

CREATE TABLE in this form will not generate MyRocks row events for the table data, but it may generate some for the DD changes, if the DDSE is MyRocks.

At the same time factor out the whole check into a helper function for easier understanding.

facebook-github-bot commented 9 months ago

@luqun has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.