mysql-5.6 icon indicating copy to clipboard operation
mysql-5.6 copied to clipboard

Fix rdb_i_s_sst_props_fields_info

Open rockeet opened this issue 2 years ago • 4 comments

In rdb_i_s_sst_props_fields_info definition, flag MY_I_S_MAYBE_NULL is missing for fields COMPRESSION_ALGO, FILTER_POLICY, COMPRESSION_OPTIONS, causing the set_null does not take effect, these 3 fields will keep last SST's value.

This PR fixed this issue.

rockeet avatar Jan 29 '23 07:01 rockeet

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

facebook-github-bot avatar Feb 01 '23 17:02 facebook-github-bot

Thank you for the PR to fix this issue!

hermanlee avatar Feb 01 '23 17:02 hermanlee

@rockeet has updated the pull request. You must reimport the pull request before landing.

facebook-github-bot avatar Feb 03 '23 14:02 facebook-github-bot

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

facebook-github-bot avatar Feb 03 '23 16:02 facebook-github-bot