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

Set rocksdb_large_prefix to ON and deprecate this system variable #1322

Conversation

laurynas-biveinis
Copy link
Contributor

This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc

push_warning(thd, Sql_condition::SL_WARNING, HA_ERR_WRONG_COMMAND,
large_prefix_deprecated_msg);

*static_cast<bool*>(var_ptr) = *static_cast<const bool*>(save);
Copy link
Contributor

Choose a reason for hiding this comment

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

could we add a check that if DDSE is rocksdb, user can't turn off rocksdb_large_prefix

@facebook-github-bot
Copy link

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

@luqun
Copy link
Contributor

luqun commented Jun 16, 2023

could you also record main.mysqld--help-notwin with your change?

This variable was introduced to mirror innodb_large_prefix, which was deprecated
in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is
anything to gain with its 'OFF' setting, which is also incompatible with the
data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it; 3)
disable setting it to OFF if MyRocks is the DDSE.

Squash with 749f1dc
@facebook-github-bot
Copy link

@laurynas-biveinis has updated the pull request. You must reimport the pull request before landing.

@laurynas-biveinis
Copy link
Contributor Author

Both comments addressed, ready for review again

@facebook-github-bot
Copy link

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

facebook-github-bot pushed a commit that referenced this pull request Jun 18, 2023
)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc

Pull Request resolved: #1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc
@laurynas-biveinis laurynas-biveinis deleted the large-prefix-on branch June 19, 2023 08:02
luqun pushed a commit to luqun/mysql-5.6 that referenced this pull request Jun 20, 2023
…tem variable

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc

Pull Request resolved: facebook#1322
GitHub Author: Laurynas Biveinis <[email protected]>

Test Plan: Imported from GitHub, without a `Test Plan:` line.

Reviewers: chni, #mysql_eng

Reviewed By: chni

Subscribers: [email protected]

Differential Revision: https://phabricator.intern.facebook.com/D46773511

Tags: accept2ship
hermanlee pushed a commit to hermanlee/mysql-5.6 that referenced this pull request Oct 3, 2023
…cebook#1322)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc

Pull Request resolved: facebook#1322

Differential Revision: D46773511
hermanlee pushed a commit to hermanlee/mysql-5.6 that referenced this pull request Oct 18, 2023
…cebook#1322)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc

Pull Request resolved: facebook#1322

Differential Revision: D46773511
inikep pushed a commit to inikep/percona-server that referenced this pull request Dec 20, 2023
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to inikep/percona-server that referenced this pull request Dec 20, 2023
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to inikep/percona-server that referenced this pull request Dec 21, 2023
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to inikep/percona-server that referenced this pull request Jan 15, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to percona/percona-server that referenced this pull request Jan 17, 2024
)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to inikep/percona-server that referenced this pull request Jan 17, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to inikep/percona-server that referenced this pull request Jan 17, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to inikep/percona-server that referenced this pull request Feb 8, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Feb 9, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Feb 9, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Feb 12, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 12, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 12, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 12, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
oleksandr-kachan pushed a commit to oleksandr-kachan/percona-server that referenced this pull request Apr 15, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jul 16, 2024
Summary:
It was deprecated in 8.0.28.

Pull Request resolved: facebook#1397

Differential Revision: D51635623

fbshipit-source-id: 302a39f

-------------------------------------------------------------------------------

Set rocksdb_large_prefix to ON and deprecate this system variable (facebook#1322)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Pull Request resolved: facebook#1322

Differential Revision: D46773511
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jul 16, 2024
Summary:
It was deprecated in 8.0.28.

Pull Request resolved: facebook#1397

Differential Revision: D51635623

fbshipit-source-id: 302a39f

-------------------------------------------------------------------------------

Set rocksdb_large_prefix to ON and deprecate this system variable (facebook#1322)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Pull Request resolved: facebook#1322

Differential Revision: D46773511
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jul 17, 2024
Summary:
It was deprecated in 8.0.28.

Pull Request resolved: facebook#1397

Differential Revision: D51635623

fbshipit-source-id: 302a39f

-------------------------------------------------------------------------------

Set rocksdb_large_prefix to ON and deprecate this system variable (facebook#1322)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Pull Request resolved: facebook#1322

Differential Revision: D46773511
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jul 19, 2024
Summary:
It was deprecated in 8.0.28.

Pull Request resolved: facebook#1397

Differential Revision: D51635623

fbshipit-source-id: 302a39f

-------------------------------------------------------------------------------

Set rocksdb_large_prefix to ON and deprecate this system variable (facebook#1322)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Pull Request resolved: facebook#1322

Differential Revision: D46773511
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jul 19, 2024
Summary:
It was deprecated in 8.0.28.

Pull Request resolved: facebook#1397

Differential Revision: D51635623

fbshipit-source-id: 302a39f

-------------------------------------------------------------------------------

Set rocksdb_large_prefix to ON and deprecate this system variable (facebook#1322)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Pull Request resolved: facebook#1322

Differential Revision: D46773511
dlenev pushed a commit to dlenev/percona-server that referenced this pull request Jul 25, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jul 30, 2024
Summary:
It was deprecated in 8.0.28.

Pull Request resolved: facebook#1397

Differential Revision: D51635623

fbshipit-source-id: 302a39f

-------------------------------------------------------------------------------

Set rocksdb_large_prefix to ON and deprecate this system variable (facebook#1322)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Pull Request resolved: facebook#1322

Differential Revision: D46773511
dlenev pushed a commit to dlenev/percona-server that referenced this pull request Jul 30, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jul 31, 2024
Summary:
It was deprecated in 8.0.28.

Pull Request resolved: facebook#1397

Differential Revision: D51635623

fbshipit-source-id: 302a39f

-------------------------------------------------------------------------------

Set rocksdb_large_prefix to ON and deprecate this system variable (facebook#1322)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Pull Request resolved: facebook#1322

Differential Revision: D46773511
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Aug 2, 2024
Summary:
It was deprecated in 8.0.28.

Pull Request resolved: facebook#1397

Differential Revision: D51635623

fbshipit-source-id: 302a39f

-------------------------------------------------------------------------------

Set rocksdb_large_prefix to ON and deprecate this system variable (facebook#1322)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Pull Request resolved: facebook#1322

Differential Revision: D46773511
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Aug 6, 2024
Summary:
It was deprecated in 8.0.28.

Pull Request resolved: facebook#1397

Differential Revision: D51635623

fbshipit-source-id: 302a39f

-------------------------------------------------------------------------------

Set rocksdb_large_prefix to ON and deprecate this system variable (facebook#1322)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Pull Request resolved: facebook#1322

Differential Revision: D46773511
dlenev pushed a commit to dlenev/percona-server that referenced this pull request Aug 21, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
dlenev pushed a commit to dlenev/percona-server that referenced this pull request Aug 28, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
dlenev pushed a commit to dlenev/percona-server that referenced this pull request Aug 30, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to percona/percona-server that referenced this pull request Sep 23, 2024
)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to percona/percona-server that referenced this pull request Sep 25, 2024
)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to inikep/percona-server that referenced this pull request Sep 25, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
dlenev pushed a commit to dlenev/percona-server that referenced this pull request Oct 17, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
dlenev pushed a commit to dlenev/percona-server that referenced this pull request Oct 17, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
dlenev pushed a commit to dlenev/percona-server that referenced this pull request Oct 22, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to inikep/percona-server that referenced this pull request Oct 28, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to percona/percona-server that referenced this pull request Oct 30, 2024
)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to inikep/percona-server that referenced this pull request Nov 11, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to inikep/percona-server that referenced this pull request Nov 14, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to inikep/percona-server that referenced this pull request Nov 14, 2024
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to inikep/percona-server that referenced this pull request Jan 23, 2025
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to inikep/percona-server that referenced this pull request Jan 23, 2025
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
lukin-oleksiy pushed a commit to lukin-oleksiy/percona-server that referenced this pull request Jan 27, 2025
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
inikep pushed a commit to inikep/percona-server that referenced this pull request Jan 27, 2025
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
lukin-oleksiy pushed a commit to lukin-oleksiy/percona-server that referenced this pull request Jan 29, 2025
…rcona#1322)

Upstream commit ID: facebook/mysql-5.6@e4751ca
PS-8951: Merge percona-202305 (https://jira.percona.com/browse/PS-8951)

Summary:
This variable was introduced to mirror innodb_large_prefix, which was deprecated in 5.7 and removed in 8.0, and no longer serves any real purpose, nor there is anything to gain with its 'OFF' setting, which is also incompatible with the data dictionary schema. Thus 1) change the default to 'ON'; 2) deprecate it.

Squash with 749f1dc5ef0327e55616441b399000510db9a54d

Pull Request resolved: facebook/mysql-5.6#1322

Differential Revision: D46773511

fbshipit-source-id: f7b43bc6db767baa8803fa6932e3592d23464fd3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants