Skip to content

Bug1625151 5.7#1267

Merged
laurynas-biveinis merged 3 commits into
percona:5.7from
laurynas-biveinis:bug1625151-5.7
Jan 2, 2017
Merged

Bug1625151 5.7#1267
laurynas-biveinis merged 3 commits into
percona:5.7from
laurynas-biveinis:bug1625151-5.7

Conversation

…STIMATE_N_ROWS_IN_RANGE()

Relax a too strict assert. If the tree is changed between both dives for
the left boundary and the right boundary, then our markers (slot1 and
slot2) could end up on different levels in the tree.

If we detect that this has happened - then retry a few times and if
still unsuccessful then return an arbitrary number for an estimate.

Reviewed-by:	Marko Mäkelä <marko.makela@oracle.com>
Reviewed-by:	Jimmy Yang <jimmy.yang@oracle.com>
RB:		8570

@percona-ysorokin percona-ysorokin left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comments as in 5.6

…nges, return bogus estimates)

In btr_estimate_n_rows_in_range_low, consider that the tree structure
has changed, if the two dive paths have crossed, and the same node in
the two paths appears to contain a different number of records. If the
paths have crossed without a detected tree structure change, return
zero estimate immediately. Add waits for purge to complete to
stabilize main.index_merge_innodb test.
@laurynas-biveinis

Copy link
Copy Markdown
Contributor Author

@percona-ysorokin percona-ysorokin left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@laurynas-biveinis laurynas-biveinis merged commit b56e794 into percona:5.7 Jan 2, 2017
@laurynas-biveinis laurynas-biveinis deleted the bug1625151-5.7 branch January 2, 2017 15:17
laurynas-biveinis added a commit to laurynas-biveinis/percona-server that referenced this pull request Mar 6, 2018
…5151-5.7" (84366)

This reverts commit b56e794, reversing
changes made to 4500269.
laurynas-biveinis added a commit to laurynas-biveinis/percona-server that referenced this pull request Jun 14, 2018
…5151-5.7" (84366)

This reverts commit b56e794, reversing
changes made to 4500269.
inikep pushed a commit to inikep/percona-server that referenced this pull request May 9, 2023
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit to inikep/percona-server that referenced this pull request May 9, 2023
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit to inikep/percona-server that referenced this pull request May 10, 2023
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit to inikep/percona-server that referenced this pull request Jun 27, 2023
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit to inikep/percona-server that referenced this pull request Jun 29, 2023
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit to inikep/percona-server that referenced this pull request Jul 18, 2023
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit to inikep/percona-server that referenced this pull request Jul 19, 2023
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit to inikep/percona-server that referenced this pull request Jul 24, 2023
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit to inikep/percona-server that referenced this pull request Jul 25, 2023
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit to inikep/percona-server that referenced this pull request Jul 26, 2023
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit to inikep/percona-server that referenced this pull request Jul 27, 2023
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit to inikep/percona-server that referenced this pull request Aug 1, 2023
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit to inikep/percona-server that referenced this pull request Aug 14, 2023
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit to inikep/percona-server that referenced this pull request Aug 24, 2023
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit that referenced this pull request Sep 15, 2023
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit to inikep/percona-server that referenced this pull request Oct 16, 2023
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit to inikep/percona-server that referenced this pull request Oct 25, 2023
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit to inikep/percona-server that referenced this pull request Oct 26, 2023
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 15, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 15, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 15, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 16, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 16, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 16, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 16, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 16, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 16, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 16, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 18, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 29, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request May 13, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request May 24, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request May 27, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
VarunNagaraju pushed a commit to VarunNagaraju/percona-server that referenced this pull request May 31, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
VarunNagaraju pushed a commit to VarunNagaraju/percona-server that referenced this pull request Jun 5, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
VarunNagaraju pushed a commit to VarunNagaraju/percona-server that referenced this pull request Jun 10, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
VarunNagaraju pushed a commit to VarunNagaraju/percona-server that referenced this pull request Jun 12, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
VarunNagaraju pushed a commit to VarunNagaraju/percona-server that referenced this pull request Jun 12, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
dlenev pushed a commit to dlenev/percona-server that referenced this pull request Jul 25, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
dlenev pushed a commit to dlenev/percona-server that referenced this pull request Jul 30, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
dlenev pushed a commit to dlenev/percona-server that referenced this pull request Aug 21, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
dlenev pushed a commit to dlenev/percona-server that referenced this pull request Aug 28, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
dlenev pushed a commit to dlenev/percona-server that referenced this pull request Aug 30, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit that referenced this pull request Sep 23, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit that referenced this pull request Sep 25, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
inikep pushed a commit to inikep/percona-server that referenced this pull request Sep 25, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
dlenev pushed a commit to dlenev/percona-server that referenced this pull request Oct 17, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
dlenev pushed a commit to dlenev/percona-server that referenced this pull request Oct 17, 2024
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: 662dc11e7c9a8f8c0758006e20ccc739ebe09f40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants