Commit 437d45c
Fix rdb_i_s_sst_props_fields_info (percona#1267)
Upstream commit ID: facebook/mysql-5.6@8fae2bb
PS-8755: Merge percona-202301 (https://jira.percona.com/browse/PS-8755)
Summary:
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.
Pull Request resolved: facebook/mysql-5.6#1267
Reviewed By: lth
Differential Revision: D42928109
Pulled By: hermanlee
fbshipit-source-id: 662dc11e7c9a8f8c0758006e20ccc739ebe09f401 parent fb4652b commit 437d45c
File tree
2 files changed
+11
-6
lines changed- mysql-test/suite/rocksdb/r
- storage/rocksdb
2 files changed
+11
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1670 | 1670 | | |
1671 | 1671 | | |
1672 | 1672 | | |
1673 | | - | |
| 1673 | + | |
| 1674 | + | |
1674 | 1675 | | |
1675 | 1676 | | |
1676 | 1677 | | |
1677 | 1678 | | |
1678 | 1679 | | |
1679 | 1680 | | |
1680 | | - | |
| 1681 | + | |
| 1682 | + | |
1681 | 1683 | | |
1682 | | - | |
| 1684 | + | |
1683 | 1685 | | |
1684 | 1686 | | |
1685 | 1687 | | |
| |||
1756 | 1758 | | |
1757 | 1759 | | |
1758 | 1760 | | |
| 1761 | + | |
1759 | 1762 | | |
1760 | 1763 | | |
1761 | 1764 | | |
| |||
1769 | 1772 | | |
1770 | 1773 | | |
1771 | 1774 | | |
| 1775 | + | |
1772 | 1776 | | |
1773 | 1777 | | |
1774 | 1778 | | |
1775 | 1779 | | |
1776 | 1780 | | |
1777 | 1781 | | |
1778 | 1782 | | |
| 1783 | + | |
1779 | 1784 | | |
1780 | 1785 | | |
1781 | 1786 | | |
| |||
0 commit comments