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

Make the default MyRocks row format DYNAMIC; keep on accepting all th… #1413

Closed laurynas-biveinis closed 5 months ago

laurynas-biveinis commented 6 months ago

…e other ones

MyRocks has only one physical record storage organization, and does not internally have any notion of row format. But server layer does, and assigns the format setting to each table at CREATE TABLE time, and supports ALTER TABLE to different row formats even when the SE does not.

To match InnoDB better, make the default row format for MyRocks tables DYNAMIC. Continue accepting all the other values or InnoDB compatibility.

Resolves #699

facebook-github-bot commented 6 months ago

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

facebook-github-bot commented 5 months ago

This pull request has been merged in facebook/mysql-5.6@af8699c08190d498a0684264418353b4bbe5fb93.