Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug1616333 5.7 #887

Merged
merged 2 commits into from Aug 25, 2016
Merged

Conversation

laurynas-biveinis
Copy link
Contributor

On opening the relay log, slave may inject an
Format_description_log_event event. It might be processed by the slave
SQL thread after LOCK BINLOG FOR BACKUP is issued, and this event
requires async processing for multi-threaded slave, resulting in the
slave SQL thread being blocked instead of slave worker threads, as
expected by the testcase.

Fix by issuing some workload on the master and syncing the slave
before LOCK BINLOG FOR BACKUP, so that the format description event is
processed before binlog is locked.
@percona-ysorokin
Copy link
Collaborator

LGTM

@laurynas-biveinis laurynas-biveinis merged commit 11dfefa into percona:5.7 Aug 25, 2016
@laurynas-biveinis laurynas-biveinis deleted the bug1616333-5.7 branch August 25, 2016 11:35
george-lorch pushed a commit to george-lorch/percona-server that referenced this pull request Jan 9, 2019
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
george-lorch pushed a commit to george-lorch/percona-server that referenced this pull request Jan 9, 2019
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
george-lorch pushed a commit to george-lorch/percona-server that referenced this pull request Jan 10, 2019
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
inikep pushed a commit to inikep/percona-server that referenced this pull request Feb 25, 2020
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5577 : Merge fb-prod201901

This is a NULL cherry-pick to Percona Server 5.7 to create the commit placeholder for the corresponding upstream commit.
Reason: Change already applied to source tree through another patch.
inikep pushed a commit to inikep/percona-server that referenced this pull request Feb 26, 2020
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5577 : Merge fb-prod201901

This is a NULL cherry-pick to Percona Server 5.7 to create the commit placeholder for the corresponding upstream commit.
Reason: Change already applied to source tree through another patch.
inikep pushed a commit to inikep/percona-server that referenced this pull request Feb 26, 2020
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5577 : Merge fb-prod201901

This is a NULL cherry-pick to Percona Server 5.7 to create the commit placeholder for the corresponding upstream commit.
Reason: Change already applied to source tree through another patch.
inikep added a commit to inikep/percona-server that referenced this pull request Feb 27, 2020
1. Update rocksdb submodule to ab55c2591fae5630e9a7135aaf9bf3fd6fa97372

2. Cherry pick the following commits from `fb-prod201901`:
7fabe86 Updating RocksDB submodule
d6e1f00 Add rocksdb_rollback_on_timeout system variable to allow rollback transactions on timeouts
86a992e "Replace 'const T &' with 'const T' for primitive types"
a7271b7 "Add rocksdb_cache_dump option"
b939510 "Bug Fix: MyRocks locking scan with RC may not return full result sets (percona#916)"

3. Null cherry-picked upstream commits:
57975b5 Update rocksdb submodule to 5.18 latest @update-submodule: rocksdb
8e24353 myrocks_hotbackup+xbstream to support O_DIRECT
828629b [mysql-5.6][PR] issue-902 : Debug assertion 'max_val == std::numeric_limits<ulonglong… (percona#909)
6264a3e issue 900 : Segentation fault in myrocks::Rdb_string_reader::read (percona#910)
b3c2648 issue-896 : Segmentation fault in myrocks::Rdb_string_reader::read (percona#898)
274bad3 Fix assertion whitelist == nullptr for rocksdb_read_free_rpl_tables (percona#887)
04d444a issue-661 : rocksdb_sys_vars.rocksdb_update_cf_options_basic is unstable (percona#899)
b6b73e4 Temporary fix for mtr show_engine test
inikep pushed a commit to inikep/percona-server that referenced this pull request Apr 23, 2020
…ercona#887)

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Test Plan: mtr

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 4ed384b94e0
inikep pushed a commit to inikep/percona-server that referenced this pull request Feb 24, 2021
…ercona#887)

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Test Plan: mtr

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 4ed384b94e0
inikep pushed a commit to inikep/percona-server that referenced this pull request Nov 15, 2021
…ercona#887) (percona#887)

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551 (facebook/mysql-5.6@c597af7)

Pulled By: hermanlee

fbshipit-source-id: 5ccb274d18b
ldonoso pushed a commit to ldonoso/percona-server that referenced this pull request Mar 15, 2022
…ercona#887) (percona#887)

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee
inikep pushed a commit to inikep/percona-server that referenced this pull request Jun 17, 2022
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
inikep pushed a commit to inikep/percona-server that referenced this pull request Jun 17, 2022
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
inikep pushed a commit to inikep/percona-server that referenced this pull request Jun 21, 2022
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
inikep pushed a commit to inikep/percona-server that referenced this pull request Jun 21, 2022
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
inikep pushed a commit to inikep/percona-server that referenced this pull request Jun 21, 2022
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
inikep pushed a commit to inikep/percona-server that referenced this pull request Jun 21, 2022
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
inikep pushed a commit to inikep/percona-server that referenced this pull request Jun 23, 2022
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
inikep pushed a commit to inikep/percona-server that referenced this pull request Jun 23, 2022
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
inikep pushed a commit to inikep/percona-server that referenced this pull request Jul 1, 2022
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
inikep pushed a commit to inikep/percona-server that referenced this pull request Jul 5, 2022
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
inikep pushed a commit to inikep/percona-server that referenced this pull request Jul 14, 2022
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Jan 30, 2024
1. Update rocksdb submodule to ab55c2591fae5630e9a7135aaf9bf3fd6fa97372

2. Cherry pick the following commits from `fb-prod201901`:
7fabe86 Updating RocksDB submodule
d6e1f00 Add rocksdb_rollback_on_timeout system variable to allow rollback transactions on timeouts
86a992e "Replace 'const T &' with 'const T' for primitive types"
a7271b7 "Add rocksdb_cache_dump option"
b939510 "Bug Fix: MyRocks locking scan with RC may not return full result sets (percona#916)"

3. Null cherry-picked upstream commits:
57975b5 Update rocksdb submodule to 5.18 latest @update-submodule: rocksdb
8e24353 myrocks_hotbackup+xbstream to support O_DIRECT
828629b [mysql-5.6][PR] issue-902 : Debug assertion 'max_val == std::numeric_limits<ulonglong… (percona#909)
6264a3e issue 900 : Segentation fault in myrocks::Rdb_string_reader::read (percona#910)
b3c2648 issue-896 : Segmentation fault in myrocks::Rdb_string_reader::read (percona#898)
274bad3 Fix assertion whitelist == nullptr for rocksdb_read_free_rpl_tables (percona#887)
04d444a issue-661 : rocksdb_sys_vars.rocksdb_update_cf_options_basic is unstable (percona#899)
b6b73e4 Temporary fix for mtr show_engine test
inikep pushed a commit to inikep/percona-server that referenced this pull request Apr 9, 2024
…ercona#887) (percona#887)

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 12, 2024
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 12, 2024
1. Update rocksdb submodule to ab55c2591fae5630e9a7135aaf9bf3fd6fa97372

2. Cherry pick the following commits from `fb-prod201901`:
7fabe86 Updating RocksDB submodule
d6e1f00 Add rocksdb_rollback_on_timeout system variable to allow rollback transactions on timeouts
86a992e "Replace 'const T &' with 'const T' for primitive types"
a7271b7 "Add rocksdb_cache_dump option"
b939510 "Bug Fix: MyRocks locking scan with RC may not return full result sets (percona#916)"

3. Null cherry-picked upstream commits:
57975b5 Update rocksdb submodule to 5.18 latest @update-submodule: rocksdb
8e24353 myrocks_hotbackup+xbstream to support O_DIRECT
828629b [mysql-5.6][PR] issue-902 : Debug assertion 'max_val == std::numeric_limits<ulonglong… (percona#909)
6264a3e issue 900 : Segentation fault in myrocks::Rdb_string_reader::read (percona#910)
b3c2648 issue-896 : Segmentation fault in myrocks::Rdb_string_reader::read (percona#898)
274bad3 Fix assertion whitelist == nullptr for rocksdb_read_free_rpl_tables (percona#887)
04d444a issue-661 : rocksdb_sys_vars.rocksdb_update_cf_options_basic is unstable (percona#899)
b6b73e4 Temporary fix for mtr show_engine test
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 12, 2024
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 12, 2024
1. Update rocksdb submodule to ab55c2591fae5630e9a7135aaf9bf3fd6fa97372

2. Cherry pick the following commits from `fb-prod201901`:
7fabe86 Updating RocksDB submodule
d6e1f00 Add rocksdb_rollback_on_timeout system variable to allow rollback transactions on timeouts
86a992e "Replace 'const T &' with 'const T' for primitive types"
a7271b7 "Add rocksdb_cache_dump option"
b939510 "Bug Fix: MyRocks locking scan with RC may not return full result sets (percona#916)"

3. Null cherry-picked upstream commits:
57975b5 Update rocksdb submodule to 5.18 latest @update-submodule: rocksdb
8e24353 myrocks_hotbackup+xbstream to support O_DIRECT
828629b [mysql-5.6][PR] issue-902 : Debug assertion 'max_val == std::numeric_limits<ulonglong… (percona#909)
6264a3e issue 900 : Segentation fault in myrocks::Rdb_string_reader::read (percona#910)
b3c2648 issue-896 : Segmentation fault in myrocks::Rdb_string_reader::read (percona#898)
274bad3 Fix assertion whitelist == nullptr for rocksdb_read_free_rpl_tables (percona#887)
04d444a issue-661 : rocksdb_sys_vars.rocksdb_update_cf_options_basic is unstable (percona#899)
b6b73e4 Temporary fix for mtr show_engine test
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 12, 2024
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 12, 2024
1. Update rocksdb submodule to ab55c2591fae5630e9a7135aaf9bf3fd6fa97372

2. Cherry pick the following commits from `fb-prod201901`:
7fabe86 Updating RocksDB submodule
d6e1f00 Add rocksdb_rollback_on_timeout system variable to allow rollback transactions on timeouts
86a992e "Replace 'const T &' with 'const T' for primitive types"
a7271b7 "Add rocksdb_cache_dump option"
b939510 "Bug Fix: MyRocks locking scan with RC may not return full result sets (percona#916)"

3. Null cherry-picked upstream commits:
57975b5 Update rocksdb submodule to 5.18 latest @update-submodule: rocksdb
8e24353 myrocks_hotbackup+xbstream to support O_DIRECT
828629b [mysql-5.6][PR] issue-902 : Debug assertion 'max_val == std::numeric_limits<ulonglong… (percona#909)
6264a3e issue 900 : Segentation fault in myrocks::Rdb_string_reader::read (percona#910)
b3c2648 issue-896 : Segmentation fault in myrocks::Rdb_string_reader::read (percona#898)
274bad3 Fix assertion whitelist == nullptr for rocksdb_read_free_rpl_tables (percona#887)
04d444a issue-661 : rocksdb_sys_vars.rocksdb_update_cf_options_basic is unstable (percona#899)
b6b73e4 Temporary fix for mtr show_engine test
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 15, 2024
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 15, 2024
1. Update rocksdb submodule to ab55c2591fae5630e9a7135aaf9bf3fd6fa97372

2. Cherry pick the following commits from `fb-prod201901`:
7fabe86 Updating RocksDB submodule
d6e1f00 Add rocksdb_rollback_on_timeout system variable to allow rollback transactions on timeouts
86a992e "Replace 'const T &' with 'const T' for primitive types"
a7271b7 "Add rocksdb_cache_dump option"
b939510 "Bug Fix: MyRocks locking scan with RC may not return full result sets (percona#916)"

3. Null cherry-picked upstream commits:
57975b5 Update rocksdb submodule to 5.18 latest @update-submodule: rocksdb
8e24353 myrocks_hotbackup+xbstream to support O_DIRECT
828629b [mysql-5.6][PR] issue-902 : Debug assertion 'max_val == std::numeric_limits<ulonglong… (percona#909)
6264a3e issue 900 : Segentation fault in myrocks::Rdb_string_reader::read (percona#910)
b3c2648 issue-896 : Segmentation fault in myrocks::Rdb_string_reader::read (percona#898)
274bad3 Fix assertion whitelist == nullptr for rocksdb_read_free_rpl_tables (percona#887)
04d444a issue-661 : rocksdb_sys_vars.rocksdb_update_cf_options_basic is unstable (percona#899)
b6b73e4 Temporary fix for mtr show_engine test
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 15, 2024
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 15, 2024
1. Update rocksdb submodule to ab55c2591fae5630e9a7135aaf9bf3fd6fa97372

2. Cherry pick the following commits from `fb-prod201901`:
7fabe86 Updating RocksDB submodule
d6e1f00 Add rocksdb_rollback_on_timeout system variable to allow rollback transactions on timeouts
86a992e "Replace 'const T &' with 'const T' for primitive types"
a7271b7 "Add rocksdb_cache_dump option"
b939510 "Bug Fix: MyRocks locking scan with RC may not return full result sets (percona#916)"

3. Null cherry-picked upstream commits:
57975b5 Update rocksdb submodule to 5.18 latest @update-submodule: rocksdb
8e24353 myrocks_hotbackup+xbstream to support O_DIRECT
828629b [mysql-5.6][PR] issue-902 : Debug assertion 'max_val == std::numeric_limits<ulonglong… (percona#909)
6264a3e issue 900 : Segentation fault in myrocks::Rdb_string_reader::read (percona#910)
b3c2648 issue-896 : Segmentation fault in myrocks::Rdb_string_reader::read (percona#898)
274bad3 Fix assertion whitelist == nullptr for rocksdb_read_free_rpl_tables (percona#887)
04d444a issue-661 : rocksdb_sys_vars.rocksdb_update_cf_options_basic is unstable (percona#899)
b6b73e4 Temporary fix for mtr show_engine test
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 15, 2024
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 15, 2024
1. Update rocksdb submodule to ab55c2591fae5630e9a7135aaf9bf3fd6fa97372

2. Cherry pick the following commits from `fb-prod201901`:
7fabe86 Updating RocksDB submodule
d6e1f00 Add rocksdb_rollback_on_timeout system variable to allow rollback transactions on timeouts
86a992e "Replace 'const T &' with 'const T' for primitive types"
a7271b7 "Add rocksdb_cache_dump option"
b939510 "Bug Fix: MyRocks locking scan with RC may not return full result sets (percona#916)"

3. Null cherry-picked upstream commits:
57975b5 Update rocksdb submodule to 5.18 latest @update-submodule: rocksdb
8e24353 myrocks_hotbackup+xbstream to support O_DIRECT
828629b [mysql-5.6][PR] issue-902 : Debug assertion 'max_val == std::numeric_limits<ulonglong… (percona#909)
6264a3e issue 900 : Segentation fault in myrocks::Rdb_string_reader::read (percona#910)
b3c2648 issue-896 : Segmentation fault in myrocks::Rdb_string_reader::read (percona#898)
274bad3 Fix assertion whitelist == nullptr for rocksdb_read_free_rpl_tables (percona#887)
04d444a issue-661 : rocksdb_sys_vars.rocksdb_update_cf_options_basic is unstable (percona#899)
b6b73e4 Temporary fix for mtr show_engine test
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 16, 2024
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 16, 2024
1. Update rocksdb submodule to ab55c2591fae5630e9a7135aaf9bf3fd6fa97372

2. Cherry pick the following commits from `fb-prod201901`:
7fabe86 Updating RocksDB submodule
d6e1f00 Add rocksdb_rollback_on_timeout system variable to allow rollback transactions on timeouts
86a992e "Replace 'const T &' with 'const T' for primitive types"
a7271b7 "Add rocksdb_cache_dump option"
b939510 "Bug Fix: MyRocks locking scan with RC may not return full result sets (percona#916)"

3. Null cherry-picked upstream commits:
57975b5 Update rocksdb submodule to 5.18 latest @update-submodule: rocksdb
8e24353 myrocks_hotbackup+xbstream to support O_DIRECT
828629b [mysql-5.6][PR] issue-902 : Debug assertion 'max_val == std::numeric_limits<ulonglong… (percona#909)
6264a3e issue 900 : Segentation fault in myrocks::Rdb_string_reader::read (percona#910)
b3c2648 issue-896 : Segmentation fault in myrocks::Rdb_string_reader::read (percona#898)
274bad3 Fix assertion whitelist == nullptr for rocksdb_read_free_rpl_tables (percona#887)
04d444a issue-661 : rocksdb_sys_vars.rocksdb_update_cf_options_basic is unstable (percona#899)
b6b73e4 Temporary fix for mtr show_engine test
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 16, 2024
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 16, 2024
1. Update rocksdb submodule to ab55c2591fae5630e9a7135aaf9bf3fd6fa97372

2. Cherry pick the following commits from `fb-prod201901`:
7fabe86 Updating RocksDB submodule
d6e1f00 Add rocksdb_rollback_on_timeout system variable to allow rollback transactions on timeouts
86a992e "Replace 'const T &' with 'const T' for primitive types"
a7271b7 "Add rocksdb_cache_dump option"
b939510 "Bug Fix: MyRocks locking scan with RC may not return full result sets (percona#916)"

3. Null cherry-picked upstream commits:
57975b5 Update rocksdb submodule to 5.18 latest @update-submodule: rocksdb
8e24353 myrocks_hotbackup+xbstream to support O_DIRECT
828629b [mysql-5.6][PR] issue-902 : Debug assertion 'max_val == std::numeric_limits<ulonglong… (percona#909)
6264a3e issue 900 : Segentation fault in myrocks::Rdb_string_reader::read (percona#910)
b3c2648 issue-896 : Segmentation fault in myrocks::Rdb_string_reader::read (percona#898)
274bad3 Fix assertion whitelist == nullptr for rocksdb_read_free_rpl_tables (percona#887)
04d444a issue-661 : rocksdb_sys_vars.rocksdb_update_cf_options_basic is unstable (percona#899)
b6b73e4 Temporary fix for mtr show_engine test
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 16, 2024
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 16, 2024
1. Update rocksdb submodule to ab55c2591fae5630e9a7135aaf9bf3fd6fa97372

2. Cherry pick the following commits from `fb-prod201901`:
7fabe86 Updating RocksDB submodule
d6e1f00 Add rocksdb_rollback_on_timeout system variable to allow rollback transactions on timeouts
86a992e "Replace 'const T &' with 'const T' for primitive types"
a7271b7 "Add rocksdb_cache_dump option"
b939510 "Bug Fix: MyRocks locking scan with RC may not return full result sets (percona#916)"

3. Null cherry-picked upstream commits:
57975b5 Update rocksdb submodule to 5.18 latest @update-submodule: rocksdb
8e24353 myrocks_hotbackup+xbstream to support O_DIRECT
828629b [mysql-5.6][PR] issue-902 : Debug assertion 'max_val == std::numeric_limits<ulonglong… (percona#909)
6264a3e issue 900 : Segentation fault in myrocks::Rdb_string_reader::read (percona#910)
b3c2648 issue-896 : Segmentation fault in myrocks::Rdb_string_reader::read (percona#898)
274bad3 Fix assertion whitelist == nullptr for rocksdb_read_free_rpl_tables (percona#887)
04d444a issue-661 : rocksdb_sys_vars.rocksdb_update_cf_options_basic is unstable (percona#899)
b6b73e4 Temporary fix for mtr show_engine test
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 16, 2024
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 16, 2024
1. Update rocksdb submodule to ab55c2591fae5630e9a7135aaf9bf3fd6fa97372

2. Cherry pick the following commits from `fb-prod201901`:
7fabe86 Updating RocksDB submodule
d6e1f00 Add rocksdb_rollback_on_timeout system variable to allow rollback transactions on timeouts
86a992e "Replace 'const T &' with 'const T' for primitive types"
a7271b7 "Add rocksdb_cache_dump option"
b939510 "Bug Fix: MyRocks locking scan with RC may not return full result sets (percona#916)"

3. Null cherry-picked upstream commits:
57975b5 Update rocksdb submodule to 5.18 latest @update-submodule: rocksdb
8e24353 myrocks_hotbackup+xbstream to support O_DIRECT
828629b [mysql-5.6][PR] issue-902 : Debug assertion 'max_val == std::numeric_limits<ulonglong… (percona#909)
6264a3e issue 900 : Segentation fault in myrocks::Rdb_string_reader::read (percona#910)
b3c2648 issue-896 : Segmentation fault in myrocks::Rdb_string_reader::read (percona#898)
274bad3 Fix assertion whitelist == nullptr for rocksdb_read_free_rpl_tables (percona#887)
04d444a issue-661 : rocksdb_sys_vars.rocksdb_update_cf_options_basic is unstable (percona#899)
b6b73e4 Temporary fix for mtr show_engine test
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 16, 2024
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 16, 2024
1. Update rocksdb submodule to ab55c2591fae5630e9a7135aaf9bf3fd6fa97372

2. Cherry pick the following commits from `fb-prod201901`:
7fabe86 Updating RocksDB submodule
d6e1f00 Add rocksdb_rollback_on_timeout system variable to allow rollback transactions on timeouts
86a992e "Replace 'const T &' with 'const T' for primitive types"
a7271b7 "Add rocksdb_cache_dump option"
b939510 "Bug Fix: MyRocks locking scan with RC may not return full result sets (percona#916)"

3. Null cherry-picked upstream commits:
57975b5 Update rocksdb submodule to 5.18 latest @update-submodule: rocksdb
8e24353 myrocks_hotbackup+xbstream to support O_DIRECT
828629b [mysql-5.6][PR] issue-902 : Debug assertion 'max_val == std::numeric_limits<ulonglong… (percona#909)
6264a3e issue 900 : Segentation fault in myrocks::Rdb_string_reader::read (percona#910)
b3c2648 issue-896 : Segmentation fault in myrocks::Rdb_string_reader::read (percona#898)
274bad3 Fix assertion whitelist == nullptr for rocksdb_read_free_rpl_tables (percona#887)
04d444a issue-661 : rocksdb_sys_vars.rocksdb_update_cf_options_basic is unstable (percona#899)
b6b73e4 Temporary fix for mtr show_engine test
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 16, 2024
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 16, 2024
1. Update rocksdb submodule to ab55c2591fae5630e9a7135aaf9bf3fd6fa97372

2. Cherry pick the following commits from `fb-prod201901`:
7fabe86 Updating RocksDB submodule
d6e1f00 Add rocksdb_rollback_on_timeout system variable to allow rollback transactions on timeouts
86a992e "Replace 'const T &' with 'const T' for primitive types"
a7271b7 "Add rocksdb_cache_dump option"
b939510 "Bug Fix: MyRocks locking scan with RC may not return full result sets (percona#916)"

3. Null cherry-picked upstream commits:
57975b5 Update rocksdb submodule to 5.18 latest @update-submodule: rocksdb
8e24353 myrocks_hotbackup+xbstream to support O_DIRECT
828629b [mysql-5.6][PR] issue-902 : Debug assertion 'max_val == std::numeric_limits<ulonglong… (percona#909)
6264a3e issue 900 : Segentation fault in myrocks::Rdb_string_reader::read (percona#910)
b3c2648 issue-896 : Segmentation fault in myrocks::Rdb_string_reader::read (percona#898)
274bad3 Fix assertion whitelist == nullptr for rocksdb_read_free_rpl_tables (percona#887)
04d444a issue-661 : rocksdb_sys_vars.rocksdb_update_cf_options_basic is unstable (percona#899)
b6b73e4 Temporary fix for mtr show_engine test
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 18, 2024
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 18, 2024
1. Update rocksdb submodule to ab55c2591fae5630e9a7135aaf9bf3fd6fa97372

2. Cherry pick the following commits from `fb-prod201901`:
7fabe86 Updating RocksDB submodule
d6e1f00 Add rocksdb_rollback_on_timeout system variable to allow rollback transactions on timeouts
86a992e "Replace 'const T &' with 'const T' for primitive types"
a7271b7 "Add rocksdb_cache_dump option"
b939510 "Bug Fix: MyRocks locking scan with RC may not return full result sets (percona#916)"

3. Null cherry-picked upstream commits:
57975b5 Update rocksdb submodule to 5.18 latest @update-submodule: rocksdb
8e24353 myrocks_hotbackup+xbstream to support O_DIRECT
828629b [mysql-5.6][PR] issue-902 : Debug assertion 'max_val == std::numeric_limits<ulonglong… (percona#909)
6264a3e issue 900 : Segentation fault in myrocks::Rdb_string_reader::read (percona#910)
b3c2648 issue-896 : Segmentation fault in myrocks::Rdb_string_reader::read (percona#898)
274bad3 Fix assertion whitelist == nullptr for rocksdb_read_free_rpl_tables (percona#887)
04d444a issue-661 : rocksdb_sys_vars.rocksdb_update_cf_options_basic is unstable (percona#899)
b6b73e4 Temporary fix for mtr show_engine test
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 29, 2024
…ercona#887)

Upstream commit ID : fb-mysql-5.6.35/274bad39f0c14aa4fbe5a90bcc320e9897a64e28
PS-5217 : Merge fb-prod201803

Summary:
It is valid for NULL to be passed in as an argument for
read_free_rpl_tables and skip_unique_check. Handle NULL arguments in
these functions by treating it as the default value.

Addresses facebook/mysql-5.6#844
Pull Request resolved: facebook/mysql-5.6#887

Differential Revision: D10392551

Pulled By: hermanlee

fbshipit-source-id: 18d2c0b2f7b
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 29, 2024
1. Update rocksdb submodule to ab55c2591fae5630e9a7135aaf9bf3fd6fa97372

2. Cherry pick the following commits from `fb-prod201901`:
7fabe86 Updating RocksDB submodule
d6e1f00 Add rocksdb_rollback_on_timeout system variable to allow rollback transactions on timeouts
86a992e "Replace 'const T &' with 'const T' for primitive types"
a7271b7 "Add rocksdb_cache_dump option"
b939510 "Bug Fix: MyRocks locking scan with RC may not return full result sets (percona#916)"

3. Null cherry-picked upstream commits:
57975b5 Update rocksdb submodule to 5.18 latest @update-submodule: rocksdb
8e24353 myrocks_hotbackup+xbstream to support O_DIRECT
828629b [mysql-5.6][PR] issue-902 : Debug assertion 'max_val == std::numeric_limits<ulonglong… (percona#909)
6264a3e issue 900 : Segentation fault in myrocks::Rdb_string_reader::read (percona#910)
b3c2648 issue-896 : Segmentation fault in myrocks::Rdb_string_reader::read (percona#898)
274bad3 Fix assertion whitelist == nullptr for rocksdb_read_free_rpl_tables (percona#887)
04d444a issue-661 : rocksdb_sys_vars.rocksdb_update_cf_options_basic is unstable (percona#899)
b6b73e4 Temporary fix for mtr show_engine test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants