mysql-5.6
mysql-5.6 copied to clipboard
Fix rdb_i_s_sst_props_fields_info
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.
@hermanlee has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
Thank you for the PR to fix this issue!
@rockeet has updated the pull request. You must reimport the pull request before landing.
@hermanlee has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.