From 72172e760182db5b2fd2dab12ea84ba313ec27e1 Mon Sep 17 00:00:00 2001 From: Alina Derkach Date: Fri, 17 Jul 2026 17:57:36 +0200 Subject: [PATCH] PS-11433 [DOCS] Configure Link inspector to process links with variables {{vers}} new file: .github/workflows/linkspector.yml new file: docs/.linkspector.yml --- .github/workflows/linkspector.yml | 23 ++++++++ docs/.linkspector.yml | 21 ++++++++ docs/data-at-rest-encryption.md | 2 +- docs/downgrade.md | 10 ++-- docs/download-instructions.md | 18 +++---- docs/fips.md | 6 --- docs/group-replication-flow-control.md | 2 +- docs/index-keywords.md | 75 +++++++++++++------------- docs/js-lang-overview.md | 2 +- docs/log-connection-error.md | 3 +- docs/myrocks-limitations.md | 2 +- docs/myrocks-server-variables.md | 7 --- docs/mysql-upgrade-paths.md | 10 ++-- docs/quickstart-next-steps.md | 2 +- docs/slow-extended.md | 2 +- docs/slowlog-rotation.md | 2 +- docs/upgrade-components.md | 10 ++-- docs/upgrade.md | 12 ++--- 18 files changed, 115 insertions(+), 94 deletions(-) create mode 100644 .github/workflows/linkspector.yml create mode 100644 docs/.linkspector.yml diff --git a/.github/workflows/linkspector.yml b/.github/workflows/linkspector.yml new file mode 100644 index 00000000000..eedd534a22f --- /dev/null +++ b/.github/workflows/linkspector.yml @@ -0,0 +1,23 @@ +name: Linkspector +on: + pull_request: + paths: + - "docs/**" + +jobs: + check-links: + name: linkspector + runs-on: ubuntu-22.04 + if: ${{ github.actor != 'dependabot[bot]' }} + steps: + - name: Check out code + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + + - name: Run linkspector + uses: umbrelladocs/action-linkspector@de84085e0f51452a470558693d7d308fbb2fa261 # v1.2.5 + with: + github_token: ${{ secrets.ROBOT_TOKEN || secrets.GITHUB_TOKEN }} + reporter: github-pr-review + fail_level: error + filter_mode: nofilter + config_file: docs/.linkspector.yml diff --git a/docs/.linkspector.yml b/docs/.linkspector.yml new file mode 100644 index 00000000000..1179d5e1c95 --- /dev/null +++ b/docs/.linkspector.yml @@ -0,0 +1,21 @@ +dirs: + - docs + +ignorePatterns: + - pattern: "^https://www.reddit.com/r/VictoriaMetrics/" + - pattern: "^https://linux.die.net/man/8/logrotate" + - pattern: "#os_alerts$" + - pattern: "#pmm_alerts$" + - pattern: "#mongodb_alerts$" + - pattern: "#pbm_alerts$" + - pattern: "#mysql_alerts$" + - pattern: "#postgresql_alerts$" + - pattern: "#proxysql_alerts$" + - pattern: "^https://www\\.zmanda\\.com/zrm-community/?$" + - pattern: "^https://www\\.gnu\\.org/licenses/old-licenses/gpl-2\\.0\\.html/?$" + - pattern: "^https://www\\.hashicorp\\.com/en/products/vault/?$" + +replacementPatterns: + - pattern: "\\{\\{vers\\}\\}" + replacement: "9.7" + diff --git a/docs/data-at-rest-encryption.md b/docs/data-at-rest-encryption.md index 404f6f4ad87..b25904e8aa2 100644 --- a/docs/data-at-rest-encryption.md +++ b/docs/data-at-rest-encryption.md @@ -39,4 +39,4 @@ layer, added to the buffer pool, and used to access the data. A buffer pool page Percona XtraBackup version {{vers}} supports the backup of encrypted general tablespaces. -Percona XtraBackup only supports features that are [Generally Available (GA)](glossary.md#general-availability-ga) in Percona Server for MySQL. Due to time constraints, a GA feature may be supported in a later Percona XtraBackup release. Review the [Percona XtraBackup release notes :octicons-link-external-16:](https://docs.percona.com/percona-xtrabackup/innovation-release/release-notes/release-notes.html) for more information. +Percona XtraBackup only supports features that are [Generally Available (GA)](glossary.md#general-availability-ga) in Percona Server for MySQL. Due to time constraints, a GA feature may be supported in a later Percona XtraBackup release. Review the [Percona XtraBackup release notes :octicons-link-external-16:](https://docs.percona.com/percona-xtrabackup/{{vers}}/release-notes/release-notes.html) for more information. diff --git a/docs/downgrade.md b/docs/downgrade.md index 5abc9aa4000..95016215c98 100644 --- a/docs/downgrade.md +++ b/docs/downgrade.md @@ -51,12 +51,12 @@ Downgrading has the following risks: ## Further reading * [Upgrade overview](./upgrade.md) -* [Upgrade checklist for {{vers}}](./upgrade-checklist-8.4.md) +* [Upgrade checklist for {{vers}}](./upgrade-checklist-9.7.md) * [Upgrade procedures for {{vers}}](./upgrade-procedures.md) * [Upgrade strategies](./upgrade-strategies.md) * [MySQL upgrade paths and supported methods](./mysql-upgrade-paths.md) * [Upgrade from plugins to components](./upgrade-components.md) -* [Breaking and incompatible changes in {{vers}}](./8.4-breaking-changes.md) -* [Compatibility and removed items in {{vers}}](./8.4-compatibility-and-removed-items.md) -* [Defaults and tuning guidance for {{vers}}](./8.4-defaults-and-tuning.md) -* [Percona Toolkit updates for {{vers}}](./percona-toolkit-8.4-updates.md) +* [Breaking and incompatible changes in {{vers}}](./9.7-breaking-changes.md) +* [Compatibility and removed items in {{vers}}](./9.7-compatibility-and-removed-items.md) +* [Defaults and tuning guidance for {{vers}}](./9.7-defaults-and-tuning.md) +* [Percona Toolkit updates for {{vers}}](./percona-toolkit-9.7-updates.md) diff --git a/docs/download-instructions.md b/docs/download-instructions.md index c4433e4843f..18d1e4c0ef2 100644 --- a/docs/download-instructions.md +++ b/docs/download-instructions.md @@ -2,28 +2,22 @@ ## Select the software - - Do the following steps to select the software: 1. Open [Percona Software Downloads :octicons-link-external-16:](https://www.percona.com/downloads) -2. Locate the Percona Software, for example, Percona Server for MySQL -3. In `Select Product`, select the which product, for example, Percona Server {{vers}} -4. In `Select Product Version`, select the version, for example, PERCONA-SERVER-{{release}} -5. In `Select Platform`, select the operating system, for example, DEBIAN GNU/LINUX 12.0 ("BOOKWORM"). - -The easiest method is to download all packages. +2. Select a product, for example, Percona Server for MySQL +3. In `Product Group`, select which product, for example, Percona Server {{vers}} +4. In `Version`, select the version, for example, PERCONA-SERVER-{{release}} +5. In `Platform`, select the operating system, for example, DEBIAN GNU/LINUX 12.0 ("BOOKWORM"). The `Package Download Options` may mix `amd64` and `arm64` packages. Select the correct CPU architecture for your system. ## Download to a local computer - In `Package Download Options`, select a specific package or select the `DOWNLOAD ALL PACKAGES` button. - -The selected packages are downloaded to the local computer. +In `Package Download Options`, select a specific package and click `Download`. This action downloads the selected packages to the local computer. ## Download to another computer -In `Package Download Options`, select a specific package or select the `DOWNLOAD ALL PACKAGES` button, and hover your cursor over the `DOWNLOAD` arrow. Right-click and in the drop-down menu, select `Copy Link`. +In `Package Download Options`, select a specific package and right-click on the `DOWNLOAD`, and in the drop-down menu, choose `Copy Link Address` Paste the link in your terminal to download the selected package. diff --git a/docs/fips.md b/docs/fips.md index 69dd24c1893..b5a2978c5e8 100644 --- a/docs/fips.md +++ b/docs/fips.md @@ -4,12 +4,6 @@ The Federal Information Processing Standards (FIPS) are a set of regulations man Percona Server for MySQL can run in FIPS mode if a FIPS-enabled OpenSSL library and FIPS Object Module are available at runtime or if compiled using a FIPS-validated version of OpenSSL. FIPS mode remains off by default and must be enabled via [OS/OpenSSL configuration](#prerequisites). -## Version changes - -Introduced in Percona Server for MySQL Pro build for [8.4.0-1](release-notes/8.4.0-1.md). You can also receive this functionality by [building Percona Server for MySQL from source code](compile-percona-server.md). - -[Percona Server for MySQL 8.4.0-5](release-notes/8.4.7-7.md) includes the FIPS-capable binaries in all builds. No Pro build is required for FIPS compatibility. - ## Prerequisites To prepare Percona Server for MySQL for FIPS certification, do the following: diff --git a/docs/group-replication-flow-control.md b/docs/group-replication-flow-control.md index d60f9a62c4c..8c2e25c2b41 100644 --- a/docs/group-replication-flow-control.md +++ b/docs/group-replication-flow-control.md @@ -12,7 +12,7 @@ Flow controls work asynchronously and depend on the following: The following system variables set flow control behavior for Group Replication: * [group_replication_flow_control_mode :octicons-link-external-16:](https://dev.mysql.com/doc/refman/{{vers}}/en/group-replication-options.html#sysvar_group_replication_flow_control_mode) -* [group_replication_flow_control_certifier_threshold :octicons-link-external-16:](https://dev.mysql.com/doc/refman/{{vers}}/en/group-replication-options) +* [group_replication_flow_control_certifier_threshold :octicons-link-external-16:](https://dev.mysql.com/doc/refman/{{vers}}/en/group-replication-system-variables.html#sysvar_group_replication_flow_control_certifier_threshold) * [group_replication_flow_control_applier_threshold :octicons-link-external-16:](https://dev.mysql.com/doc/refman/{{vers}}/en/group-replication-options.html#sysvar_group_replication_flow_control_applier_threshold) Flow control is enabled and disabled by selecting a value in the group_replication_flow_control_mode variable. Flow control can also be enabled on the certifier or applier level or both and sets the threshold level. diff --git a/docs/index-keywords.md b/docs/index-keywords.md index 15eb900a1a1..c2675983c33 100644 --- a/docs/index-keywords.md +++ b/docs/index-keywords.md @@ -1,7 +1,5 @@ # Documentation Index by Alphabet - - ## A **Files:** @@ -28,7 +26,7 @@ **Keywords:** * **audit** — [Audit Log Filter compression and encryption](audit-log-filter-compression-encryption.md), [Audit Log Filter file format overview](audit-log-filter-formats.md), [Audit Log Filter format - JSON](audit-log-filter-json.md), [Audit Log Filter file naming conventions](audit-log-filter-naming.md), [Audit Log Filter format - XML (new style)](audit-log-filter-new.md), [Audit Log Filter format - XML (old style)](audit-log-filter-old.md), [Audit Log Filter overview](audit-log-filter-overview.md), [Audit Log Filter restrictions](audit-log-filter-restrictions.md), [Audit Log Filter security](audit-log-filter-security.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Audit log plugin](audit-log-plugin.md), [Configure AppArmor](configure-apparmor.md), [Disable Audit Log Filter logging](disable-audit-log-filter.md), [Filter the Audit Log Filter logs](filter-audit-log-filter-files.md), [Index](index-contents.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [Install the audit log filter](install-audit-log-filter.md), [Manage the Audit Log Filter files](manage-audit-log-filter.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Reading Audit Log Filter files](reading-audit-log-filter-files.md), [Restrict dynamic log file locations](restrict-dynamic-log-locations.md), [Triggers](triggers.md), [Uninstall Audit Log Filter](uninstall-audit-log-filter.md), [Upgrade from plugins to components](upgrade-components.md), [Write audit_log_filter definitons](write-filter-definitions.md) -* **authentication** — [Breaking and incompatible changes in {{vers}}](8.4-breaking-changes.md), [Compatibility and removed items in {{vers}}](8.4-compatibility-and-removed-items.md), [Audit Log Filter format - XML (new style)](audit-log-filter-new.md), [Audit Log Filter format - XML (old style)](audit-log-filter-old.md), [Authentication methods](authentication-methods.md), [Build APT packages](build-apt-packages.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [FIDO authentication plugin](fido-authentication-plugin.md), [Index](index-contents.md), [Using LDAP authentication plugins](ldap-authentication.md), [LDAP authentication plugin system variables](ldap-system-variables.md), [PAM authentication plugin](pam-plugin.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Percona Toolkit updates for {{vers}}](percona-toolkit-8.4-updates.md), [Post-installation](post-installation.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md), [Use the Amazon Key Management Service (AWS KMS)](using-amz-kms.md) +* **authentication** — [Breaking and incompatible changes in {{vers}}](9.7-breaking-changes.md), [Compatibility and removed items in {{vers}}](9.7-compatibility-and-removed-items.md), [Audit Log Filter format - XML (new style)](audit-log-filter-new.md), [Audit Log Filter format - XML (old style)](audit-log-filter-old.md), [Authentication methods](authentication-methods.md), [Build APT packages](build-apt-packages.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [FIDO authentication plugin](fido-authentication-plugin.md), [Index](index-contents.md), [Using LDAP authentication plugins](ldap-authentication.md), [LDAP authentication plugin system variables](ldap-system-variables.md), [PAM authentication plugin](pam-plugin.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Percona Toolkit updates for {{vers}}](percona-toolkit-9.7-updates.md), [Post-installation](post-installation.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md), [Use the Amazon Key Management Service (AWS KMS)](using-amz-kms.md) * **authorization** — [Trademark policy](trademark-policy.md) ## B @@ -39,15 +37,15 @@ * [Backup locks](backup-locks.md) * [Binary logs and replication improvements](binlogging-replication-improvements.md) * [Binary tarball file names available based on the Percona Server for MySQL version](binary-tarball-names.md) -* [Breaking and incompatible changes in {{vers}}](8.4-breaking-changes.md) +* [Breaking and incompatible changes in {{vers}}](9.7-breaking-changes.md) * [Build APT packages](build-apt-packages.md) **Keywords:** -* **backup** — [Compatibility and removed items in {{vers}}](8.4-compatibility-and-removed-items.md), [Backup locks](backup-locks.md), [Backup and restore overview](backup-restore-overview.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Introduction to Databases and SQL](database.md), [DELETE statement](delete.md), [Use Docker Compose and named volumes](docker-compose.md), [Extended mysqldump](extended-mysqldump.md), [Frequently asked questions](faq.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Group replication system variables](group-replication-system-variables.md), [Index](index-contents.md), [MyRocks server variables](myrocks-server-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Next steps](quickstart-next-steps.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md), [Upgrade procedures for {{vers}}](upgrade-procedures.md), [Upgrade strategies](upgrade-strategies.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md), [Uninstall Percona Server for MySQL](yum-uninstall.md) -* **binary** — [Breaking and incompatible changes in {{vers}}](8.4-breaking-changes.md), [Compatibility and removed items in {{vers}}](8.4-compatibility-and-removed-items.md), [Install Percona Server for MySQL {{vers}} from a binary tarball](binary-tarball-install.md), [Binary tarball file names available based on the Percona Server for MySQL version](binary-tarball-names.md), [Managing binary log disk space](binlog-space.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Build APT packages](build-apt-packages.md), [MySQL Clone plugin](clone-plugin.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Data masking overview](data-masking-overview.md), [Common data types](data-types-basic.md), [Encrypt binary log files and relay log files](encrypt-binary-relay-log-files.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Index](index-contents.md), [Install Percona Server for MySQL](installation.md), [js_lang type conversions](js-lang-type-conversions.md), [JSON in Percona Server for MySQL](json-overview.md), [Suppress warning messages](log-warnings-suppress.md), [Data loading](myrocks-data-loading.md), [MyRocks server variables](myrocks-server-variables.md), [The Percona XtraDB storage engine](percona-xtradb.md), [Post-installation](post-installation.md), [Files in packages built for Percona Server for MySQL Pro](pro-files.md), [Secure Percona Server for MySQL with SELinux](selinux.md), [Slow query log rotation and expiration](slowlog-rotation.md), [SQL operators](sql-operators.md), [Stack trace](stacktrace.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Thread pool](threadpool.md), [Upgrade procedures for {{vers}}](upgrade-procedures.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md), [User statistics](user-stats.md), [UUID_VX component](uuid-versions.md) +* **backup** — [Compatibility and removed items in {{vers}}](9.7-compatibility-and-removed-items.md), [Backup locks](backup-locks.md), [Backup and restore overview](backup-restore-overview.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Introduction to Databases and SQL](database.md), [DELETE statement](delete.md), [Use Docker Compose and named volumes](docker-compose.md), [Extended mysqldump](extended-mysqldump.md), [Frequently asked questions](faq.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Group replication system variables](group-replication-system-variables.md), [Index](index-contents.md), [MyRocks server variables](myrocks-server-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Next steps](quickstart-next-steps.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md), [Upgrade procedures for {{vers}}](upgrade-procedures.md), [Upgrade strategies](upgrade-strategies.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md), [Uninstall Percona Server for MySQL](yum-uninstall.md) +* **binary** — [Breaking and incompatible changes in {{vers}}](9.7-breaking-changes.md), [Compatibility and removed items in {{vers}}](9.7-compatibility-and-removed-items.md), [Install Percona Server for MySQL {{vers}} from a binary tarball](binary-tarball-install.md), [Binary tarball file names available based on the Percona Server for MySQL version](binary-tarball-names.md), [Managing binary log disk space](binlog-space.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Build APT packages](build-apt-packages.md), [MySQL Clone plugin](clone-plugin.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Data masking overview](data-masking-overview.md), [Common data types](data-types-basic.md), [Encrypt binary log files and relay log files](encrypt-binary-relay-log-files.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Index](index-contents.md), [Install Percona Server for MySQL](installation.md), [js_lang type conversions](js-lang-type-conversions.md), [JSON in Percona Server for MySQL](json-overview.md), [Suppress warning messages](log-warnings-suppress.md), [Data loading](myrocks-data-loading.md), [MyRocks server variables](myrocks-server-variables.md), [The Percona XtraDB storage engine](percona-xtradb.md), [Post-installation](post-installation.md), [Secure Percona Server for MySQL with SELinux](selinux.md), [Slow query log rotation and expiration](slowlog-rotation.md), [SQL operators](sql-operators.md), [Stack trace](stacktrace.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Thread pool](threadpool.md), [Upgrade procedures for {{vers}}](upgrade-procedures.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md), [User statistics](user-stats.md), [UUID_VX component](uuid-versions.md) * **binlog** — [Binary logs and replication improvements](binlogging-replication-improvements.md), [Index](index-contents.md), [MyRocks server variables](myrocks-server-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md) -* **buffer** — [Defaults and tuning guidance for {{vers}}](8.4-defaults-and-tuning.md), [Adaptive network buffers](adaptive-network-buffers.md), [Multiple page asynchronous I/O requests](aio-page-requests.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Extended show engine InnoDB status](innodb-show-status.md), [js_lang type conversions](js-lang-type-conversions.md), [Kill idle transaction](kill-idle-trx.md), [MyRocks server variables](myrocks-server-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Limit the estimation of records in a Query](query-limit-records.md), [Restrict dynamic log file locations](restrict-dynamic-log-locations.md), [Slow query log](slow-extended.md), [XtraDB performance improvements for I/O-bound highly-concurrent workloads](xtradb-performance-improvements.md) +* **buffer** — [Defaults and tuning guidance for {{vers}}](9.7-defaults-and-tuning.md), [Adaptive network buffers](adaptive-network-buffers.md), [Multiple page asynchronous I/O requests](aio-page-requests.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Extended show engine InnoDB status](innodb-show-status.md), [js_lang type conversions](js-lang-type-conversions.md), [Kill idle transaction](kill-idle-trx.md), [MyRocks server variables](myrocks-server-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Limit the estimation of records in a Query](query-limit-records.md), [Restrict dynamic log file locations](restrict-dynamic-log-locations.md), [Slow query log](slow-extended.md), [XtraDB performance improvements for I/O-bound highly-concurrent workloads](xtradb-performance-improvements.md) ## C @@ -56,7 +54,7 @@ * [Common data types](data-types-basic.md) * [Common SQL commands](common-sql.md) * [Common SQL errors](sql-errors.md) -* [Compatibility and removed items in {{vers}}](8.4-compatibility-and-removed-items.md) +* [Compatibility and removed items in {{vers}}](9.7-compatibility-and-removed-items.md) * [Compile Percona Server for MySQL from source](compile-percona-server.md) * [Compressed columns with dictionaries](compressed-columns.md) * [Configure AppArmor](configure-apparmor.md) @@ -65,8 +63,8 @@ **Keywords:** -* **cache** — [Breaking and incompatible changes in {{vers}}](8.4-breaking-changes.md), [Additional PERFORMANCE_SCHEMA tables](additional-performance-schema-tables.md), [Use an APT repository to install Percona Server for MySQL {{vers}}](apt-repo.md), [Backup locks](backup-locks.md), [Data masking component functions and variables](data-masking-function-list.md), [Data masking overview](data-masking-overview.md), [Extended show engine InnoDB status](innodb-show-status.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Trigger updates](trigger-updates.md) -* **cluster** — [Compatibility and removed items in {{vers}}](8.4-compatibility-and-removed-items.md), [DEB repository package list - Percona Server for MySQL {{vers}}](apt-files.md), [Audit Log Filter restrictions](audit-log-filter-restrictions.md), [Manage group replication flow control](group-replication-flow-control.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [Prefix index queries optimization](prefix-index-queries-optimization.md), [Next steps](quickstart-next-steps.md), [Install using DNF](yum-repo.md) +* **cache** — [Breaking and incompatible changes in {{vers}}](9.7-breaking-changes.md), [Additional PERFORMANCE_SCHEMA tables](additional-performance-schema-tables.md), [Use an APT repository to install Percona Server for MySQL {{vers}}](apt-repo.md), [Backup locks](backup-locks.md), [Data masking component functions and variables](data-masking-function-list.md), [Data masking overview](data-masking-overview.md), [Extended show engine InnoDB status](innodb-show-status.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Trigger updates](trigger-updates.md) +* **cluster** — [Compatibility and removed items in {{vers}}](9.7-compatibility-and-removed-items.md), [DEB repository package list - Percona Server for MySQL {{vers}}](apt-files.md), [Audit Log Filter restrictions](audit-log-filter-restrictions.md), [Manage group replication flow control](group-replication-flow-control.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [Prefix index queries optimization](prefix-index-queries-optimization.md), [Next steps](quickstart-next-steps.md), [Install using DNF](yum-repo.md) * **column** — [Additional PERFORMANCE_SCHEMA tables](additional-performance-schema-tables.md), [Audit Log Filter overview](audit-log-filter-overview.md), [Compressed columns with dictionaries](compressed-columns.md), [Create a table](create-table.md), [Common data types](data-types-basic.md), [Extended mysqldump](extended-mysqldump.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Improved MEMORY storage engine](improved-memory-engine.md), [Index](index-contents.md), [Extended show engine InnoDB status](innodb-show-status.md), [INSERT statement](insert.md), [js_lang stored procedure and function overview](js-lang-overview.md), [Troubleshoot js_lang procedures and functions](js-lang-troubleshoot.md), [JSON in Percona Server for MySQL](json-overview.md), [Additional INFORMATION_SCHEMA tables](misc-info-schema-tables.md), [Modify a table](modify-tables.md), [MyRocks column families](myrocks-column-families.md), [Percona MyRocks introduction](myrocks-index.md), [MyRocks Information Schema tables](myrocks-information-schema-tables.md), [MyRocks limitations](myrocks-limitations.md), [MyRocks server variables](myrocks-server-variables.md), [PERCONA_SEQUENCE_TABLE(n) function](percona-sequence-table.md), [Performance Schema MyRocks changes](performance-schema-myrocks-changes.md), [Process list](process-list.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [SELECT statement](select.md), [SEQUENCE_TABLE(n) function](sequence-table.md), [Slow query log](slow-extended.md), [Common SQL errors](sql-errors.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Troubleshoot SQL code](troubleshooting-sql.md), [UPDATE statement](update.md), [User statistics](user-stats.md), [Write audit_log_filter definitons](write-filter-definitions.md) * **compression** — [Audit Log Filter compression and encryption](audit-log-filter-compression-encryption.md), [Audit Log Filter file naming conventions](audit-log-filter-naming.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Compressed columns with dictionaries](compressed-columns.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Index](index-contents.md), [MyRocks column families](myrocks-column-families.md) * **connection** — [Adaptive network buffers](adaptive-network-buffers.md), [Use an APT repository to install Percona Server for MySQL {{vers}}](apt-repo.md), [Audit Log Filter format - JSON](audit-log-filter-json.md), [Audit Log Filter format - XML (new style)](audit-log-filter-new.md), [Audit Log Filter format - XML (old style)](audit-log-filter-old.md), [Audit Log Filter overview](audit-log-filter-overview.md), [Audit log plugin](audit-log-plugin.md), [Backup locks](backup-locks.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Encrypt schema or general tablespace](encrypt-tablespaces.md), [Encryption functions](encryption-functions.md), [Filter the Audit Log Filter logs](filter-audit-log-filter-files.md), [Index](index-contents.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [js_lang Console API](js-lang-console-api.md), [js_lang stored procedure and function overview](js-lang-overview.md), [Troubleshoot js_lang procedures and functions](js-lang-troubleshoot.md), [Kill idle transaction](kill-idle-trx.md), [Using LDAP authentication plugins](ldap-authentication.md), [LDAP authentication plugin system variables](ldap-system-variables.md), [Too many connections warning](log-connection-error.md), [Additional INFORMATION_SCHEMA tables](misc-info-schema-tables.md), [Process list](process-list.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Slow query log](slow-extended.md), [Thread pool](threadpool.md), [Trigger updates](trigger-updates.md), [Use the keyring vault component](use-keyring-vault-component.md), [User statistics](user-stats.md), [Utility user](utility-user.md), [Write audit_log_filter definitons](write-filter-definitions.md), [Install using DNF](yum-repo.md) @@ -80,7 +78,7 @@ * [Data masking component functions and variables](data-masking-function-list.md) * [Data masking overview](data-masking-overview.md) * [DEB repository package list - Percona Server for MySQL {{vers}}](apt-files.md) -* [Defaults and tuning guidance for {{vers}}](8.4-defaults-and-tuning.md) +* [Defaults and tuning guidance for {{vers}}](9.7-defaults-and-tuning.md) * [DELETE statement](delete.md) * [Development of Percona Server for MySQL](development.md) * [Differences between Percona MyRocks and Facebook MyRocks](myrocks-differences.md) @@ -117,7 +115,7 @@ * **encryption** — [Use an APT repository to install Percona Server for MySQL {{vers}}](apt-repo.md), [Audit Log Filter compression and encryption](audit-log-filter-compression-encryption.md), [Audit Log Filter file naming conventions](audit-log-filter-naming.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Encrypt binary log files and relay log files](encrypt-binary-relay-log-files.md), [Encrypt File-Per-Table Tablespace](encrypt-file-per-table-tablespace.md), [Log encryption](encrypt-logs.md), [Encrypt system tablespace](encrypt-system-tablespace.md), [Encrypt schema or general tablespace](encrypt-tablespaces.md), [Encrypt temporary files](encrypt-temporary-files.md), [Encryption functions](encryption-functions.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [FIPS compliance](fips.md), [Index](index-contents.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Next steps](quickstart-next-steps.md), [Rotate the master encryption key](rotate-master-key.md), [Use the keyring vault component](use-keyring-vault-component.md), [Use the Key Management Interoperability Protocol (KMIP)](using-kmip.md), [Verify the encryption for tables, tablespaces, and schemas](verify-encryption.md) * **engine** — [DEB repository package list - Percona Server for MySQL {{vers}}](apt-files.md), [Audit Log Filter overview](audit-log-filter-overview.md), [MySQL Clone plugin](clone-plugin.md), [Compressed columns with dictionaries](compressed-columns.md), [Running Percona Server for MySQL in a Docker Container](docker.md), [Enforcing storage engine](enforce-engine.md), [Extended mysqldump](extended-mysqldump.md), [Extended SET VAR optimizer hint](extended-set-var.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Glossary](glossary.md), [Improved MEMORY storage engine](improved-memory-engine.md), [Index](index-contents.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [Improved InnoDB I/O scalability](innodb-io.md), [Extended show engine InnoDB status](innodb-show-status.md), [Percona MyRocks installation guide](install-myrocks.md), [js_lang stored procedure and function overview](js-lang-overview.md), [Additional INFORMATION_SCHEMA tables](misc-info-schema-tables.md), [Data loading](myrocks-data-loading.md), [Differences between Percona MyRocks and Facebook MyRocks](myrocks-differences.md), [Gap locks detection](myrocks-gap-locks-detection.md), [Percona MyRocks introduction](myrocks-index.md), [MyRocks limitations](myrocks-limitations.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [The Percona XtraDB storage engine](percona-xtradb.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Next steps](quickstart-next-steps.md), [Show storage engines](show-engines.md), [SQL syntax](sql-syntax.md), [Upgrade procedures for {{vers}}](upgrade-procedures.md), [Use the keyring vault component](use-keyring-vault-component.md), [Use the Key Management Interoperability Protocol (KMIP)](using-kmip.md), [Yum repository package list - Percona Server for MySQL {{vers}}](yum-files.md) -* **error** — [Use an APT repository to install Percona Server for MySQL {{vers}}](apt-repo.md), [Audit Log Filter format - XML (new style)](audit-log-filter-new.md), [Audit Log Filter format - XML (old style)](audit-log-filter-old.md), [Audit Log Filter restrictions](audit-log-filter-restrictions.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Backup locks](backup-locks.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Compressed columns with dictionaries](compressed-columns.md), [Data masking component functions and variables](data-masking-function-list.md), [Common data types](data-types-basic.md), [Disable AppArmor](disable-apparmor.md), [Running Percona Server for MySQL in a Docker Container](docker.md), [Encrypt schema or general tablespace](encrypt-tablespaces.md), [Enforcing storage engine](enforce-engine.md), [Extended SELECT INTO OUTFILE/DUMPFILE](extended-select-into-outfile.md), [Frequently asked questions](faq.md), [FIDO authentication plugin](fido-authentication-plugin.md), [Filter the Audit Log Filter logs](filter-audit-log-filter-files.md), [FIPS compliance](fips.md), [Functions](functions.md), [Improved MEMORY storage engine](improved-memory-engine.md), [Index](index-contents.md), [Handle corrupted tables](innodb-corrupt-table-action.md), [Extended show engine InnoDB status](innodb-show-status.md), [INSERT statement](insert.md), [Install the audit log filter](install-audit-log-filter.md), [INSTALL COMPONENT](install-component.md), [js_lang Console API](js-lang-console-api.md), [js_lang stored procedure and function overview](js-lang-overview.md), [Troubleshoot js_lang procedures and functions](js-lang-troubleshoot.md), [js_lang type conversions](js-lang-type-conversions.md), [js_lang component system variables](js-lang-variables.md), [Kill idle transaction](kill-idle-trx.md), [LDAP authentication plugin system variables](ldap-system-variables.md), [Suppress warning messages](log-warnings-suppress.md), [Data loading](myrocks-data-loading.md), [Gap locks detection](myrocks-gap-locks-detection.md), [MyRocks limitations](myrocks-limitations.md), [MyRocks server variables](myrocks-server-variables.md), [PAM authentication plugin](pam-plugin.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Next steps](quickstart-next-steps.md), [Restrict dynamic log file locations](restrict-dynamic-log-locations.md), [Secure Percona Server for MySQL with SELinux](selinux.md), [SQL conventions](sql-conventions.md), [Common SQL errors](sql-errors.md), [SQL syntax](sql-syntax.md), [Error handling in stored procedures](stored-procedure-error-handling.md), [Variables in stored procedures, functions, and triggers](stored-procedure-variables.md), [Stored Procedures](stored-procedures.md), [Triggers](triggers.md), [Troubleshoot SQL code](troubleshooting-sql.md), [Percona Toolkit UDFs](udf-percona-toolkit.md), [UNINSTALL COMPONENT](uninstall-component.md), [Uninstall the js_lang component](uninstall-js-lang.md), [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md), [Use the keyring vault component](use-keyring-vault-component.md), [Utility user](utility-user.md), [UUID_VX component](uuid-versions.md), [Write audit_log_filter definitons](write-filter-definitions.md), [Install using DNF](yum-repo.md) +* **error** — [Use an APT repository to install Percona Server for MySQL {{vers}}](apt-repo.md), [Audit Log Filter format - XML (new style)](audit-log-filter-new.md), [Audit Log Filter format - XML (old style)](audit-log-filter-old.md), [Audit Log Filter restrictions](audit-log-filter-restrictions.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Backup locks](backup-locks.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Compressed columns with dictionaries](compressed-columns.md), [Data masking component functions and variables](data-masking-function-list.md), [Common data types](data-types-basic.md), [Disable AppArmor](disable-apparmor.md), [Running Percona Server for MySQL in a Docker Container](docker.md), [Encrypt schema or general tablespace](encrypt-tablespaces.md), [Enforcing storage engine](enforce-engine.md), [Extended SELECT INTO OUTFILE/DUMPFILE](extended-select-into-outfile.md), [Frequently asked questions](faq.md), [FIDO authentication plugin](fido-authentication-plugin.md), [Filter the Audit Log Filter logs](filter-audit-log-filter-files.md), [FIPS compliance](fips.md), [Functions](functions.md), [Improved MEMORY storage engine](improved-memory-engine.md), [Index](index-contents.md), [Handle corrupted tables](innodb-corrupt-table-action.md), [Extended show engine InnoDB status](innodb-show-status.md), [INSERT statement](insert.md), [Install the audit log filter](install-audit-log-filter.md), [INSTALL COMPONENT](install-component.md), [js_lang Console API](js-lang-console-api.md), [js_lang stored procedure and function overview](js-lang-overview.md), [Troubleshoot js_lang procedures and functions](js-lang-troubleshoot.md), [js_lang type conversions](js-lang-type-conversions.md), [js_lang component system variables](js-lang-variables.md), [Kill idle transaction](kill-idle-trx.md), [LDAP authentication plugin system variables](ldap-system-variables.md), [Suppress warning messages](log-warnings-suppress.md), [Data loading](myrocks-data-loading.md), [Gap locks detection](myrocks-gap-locks-detection.md), [MyRocks limitations](myrocks-limitations.md), [MyRocks server variables](myrocks-server-variables.md), [PAM authentication plugin](pam-plugin.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Next steps](quickstart-next-steps.md), [Restrict dynamic log file locations](restrict-dynamic-log-locations.md), [Secure Percona Server for MySQL with SELinux](selinux.md), [SQL conventions](sql-conventions.md), [Common SQL errors](sql-errors.md), [SQL syntax](sql-syntax.md), [Error handling in stored procedures](stored-procedure-error-handling.md), [Variables in stored procedures, functions, and triggers](stored-procedure-variables.md), [Stored Procedures](stored-procedures.md), [Triggers](triggers.md), [Troubleshoot SQL code](troubleshooting-sql.md), [Percona Toolkit UDFs](udf-percona-toolkit.md), [UNINSTALL COMPONENT](uninstall-component.md), [Uninstall the js_lang component](uninstall-js-lang.md), [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md), [Use the keyring vault component](use-keyring-vault-component.md), [Utility user](utility-user.md), [UUID_VX component](uuid-versions.md), [Write audit_log_filter definitons](write-filter-definitions.md), [Install using DNF](yum-repo.md) * **event** — [Audit Log Filter file format overview](audit-log-filter-formats.md), [Audit Log Filter format - JSON](audit-log-filter-json.md), [Audit Log Filter format - XML (new style)](audit-log-filter-new.md), [Audit Log Filter format - XML (old style)](audit-log-filter-old.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Audit log plugin](audit-log-plugin.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Configure AppArmor](configure-apparmor.md), [Filter the Audit Log Filter logs](filter-audit-log-filter-files.md), [Process list](process-list.md), [Reading Audit Log Filter files](reading-audit-log-filter-files.md), [Slow query log](slow-extended.md), [Trademark policy](trademark-policy.md), [Transaction management](transaction-mgmt.md), [Write audit_log_filter definitons](write-filter-definitions.md) ## F @@ -125,7 +123,6 @@ **Files:** * [FIDO authentication plugin](fido-authentication-plugin.md) -* [Files in packages built for Percona Server for MySQL Pro](pro-files.md) * [Filter the Audit Log Filter logs](filter-audit-log-filter-files.md) * [FIPS compliance](fips.md) * [Frequently asked questions](faq.md) @@ -180,8 +177,8 @@ **Keywords:** -* **index** — [Breaking and incompatible changes in {{vers}}](8.4-breaking-changes.md), [Defaults and tuning guidance for {{vers}}](8.4-defaults-and-tuning.md), [Backup locks](backup-locks.md), [Backup and restore overview](backup-restore-overview.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Copyright and licensing information](copyright-and-licensing-information.md), [Encrypt binary log files and relay log files](encrypt-binary-relay-log-files.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Improved MEMORY storage engine](improved-memory-engine.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Expanded fast index creation](innodb-expanded-fast-index-creation.md), [InnoDB page fragmentation counters](innodb-fragmentation-count.md), [InnoDB full-text search improvements](innodb-fts-improvements.md), [Extended show engine InnoDB status](innodb-show-status.md), [Percona MyRocks installation guide](install-myrocks.md), [Install Percona Server for MySQL](installation.md), [JSON in Percona Server for MySQL](json-overview.md), [Updated supported features](myrocks-added-features.md), [MyRocks column families](myrocks-column-families.md), [Data loading](myrocks-data-loading.md), [MyRocks limitations](myrocks-limitations.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Prefix index queries optimization](prefix-index-queries-optimization.md), [Limit the estimation of records in a Query](query-limit-records.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Next steps](quickstart-next-steps.md), [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md), [Use the keyring vault component](use-keyring-vault-component.md), [User statistics](user-stats.md), [UUID_VX component](uuid-versions.md) -* **InnoDB** — [Defaults and tuning guidance for {{vers}}](8.4-defaults-and-tuning.md), [Multiple page asynchronous I/O requests](aio-page-requests.md), [Backup locks](backup-locks.md), [MySQL Clone plugin](clone-plugin.md), [Compressed columns with dictionaries](compressed-columns.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Encrypt doublewrite file pages](encrypt-doublewrite-file-pages.md), [Log encryption](encrypt-logs.md), [Encrypt schema or general tablespace](encrypt-tablespaces.md), [Encrypt temporary files](encrypt-temporary-files.md), [Enforcing storage engine](enforce-engine.md), [Extended SET VAR optimizer hint](extended-set-var.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Glossary](glossary.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [Handle corrupted tables](innodb-corrupt-table-action.md), [Expanded fast index creation](innodb-expanded-fast-index-creation.md), [InnoDB page fragmentation counters](innodb-fragmentation-count.md), [InnoDB full-text search improvements](innodb-fts-improvements.md), [Improved InnoDB I/O scalability](innodb-io.md), [Extended show engine InnoDB status](innodb-show-status.md), [Percona MyRocks installation guide](install-myrocks.md), [Kill idle transaction](kill-idle-trx.md), [Suppress warning messages](log-warnings-suppress.md), [Data loading](myrocks-data-loading.md), [Differences between Percona MyRocks and Facebook MyRocks](myrocks-differences.md), [Gap locks detection](myrocks-gap-locks-detection.md), [MyRocks limitations](myrocks-limitations.md), [MyRocks server variables](myrocks-server-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [The Percona XtraDB storage engine](percona-xtradb.md), [Prefix index queries optimization](prefix-index-queries-optimization.md), [Limit the estimation of records in a Query](query-limit-records.md), [Next steps](quickstart-next-steps.md), [Rotate the master encryption key](rotate-master-key.md), [Slow query log](slow-extended.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md), [Upgrade strategies](upgrade-strategies.md), [XtraDB performance improvements for I/O-bound highly-concurrent workloads](xtradb-performance-improvements.md) +* **index** — [Breaking and incompatible changes in {{vers}}](9.7-breaking-changes.md), [Defaults and tuning guidance for {{vers}}](9.7-defaults-and-tuning.md), [Backup locks](backup-locks.md), [Backup and restore overview](backup-restore-overview.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Copyright and licensing information](copyright-and-licensing-information.md), [Encrypt binary log files and relay log files](encrypt-binary-relay-log-files.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Improved MEMORY storage engine](improved-memory-engine.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Expanded fast index creation](innodb-expanded-fast-index-creation.md), [InnoDB page fragmentation counters](innodb-fragmentation-count.md), [InnoDB full-text search improvements](innodb-fts-improvements.md), [Extended show engine InnoDB status](innodb-show-status.md), [Percona MyRocks installation guide](install-myrocks.md), [Install Percona Server for MySQL](installation.md), [JSON in Percona Server for MySQL](json-overview.md), [Updated supported features](myrocks-added-features.md), [MyRocks column families](myrocks-column-families.md), [Data loading](myrocks-data-loading.md), [MyRocks limitations](myrocks-limitations.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Prefix index queries optimization](prefix-index-queries-optimization.md), [Limit the estimation of records in a Query](query-limit-records.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Next steps](quickstart-next-steps.md), [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md), [Use the keyring vault component](use-keyring-vault-component.md), [User statistics](user-stats.md), [UUID_VX component](uuid-versions.md) +* **InnoDB** — [Defaults and tuning guidance for {{vers}}](9.7-defaults-and-tuning.md), [Multiple page asynchronous I/O requests](aio-page-requests.md), [Backup locks](backup-locks.md), [MySQL Clone plugin](clone-plugin.md), [Compressed columns with dictionaries](compressed-columns.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Encrypt doublewrite file pages](encrypt-doublewrite-file-pages.md), [Log encryption](encrypt-logs.md), [Encrypt schema or general tablespace](encrypt-tablespaces.md), [Encrypt temporary files](encrypt-temporary-files.md), [Enforcing storage engine](enforce-engine.md), [Extended SET VAR optimizer hint](extended-set-var.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Glossary](glossary.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [Handle corrupted tables](innodb-corrupt-table-action.md), [Expanded fast index creation](innodb-expanded-fast-index-creation.md), [InnoDB page fragmentation counters](innodb-fragmentation-count.md), [InnoDB full-text search improvements](innodb-fts-improvements.md), [Improved InnoDB I/O scalability](innodb-io.md), [Extended show engine InnoDB status](innodb-show-status.md), [Percona MyRocks installation guide](install-myrocks.md), [Kill idle transaction](kill-idle-trx.md), [Suppress warning messages](log-warnings-suppress.md), [Data loading](myrocks-data-loading.md), [Differences between Percona MyRocks and Facebook MyRocks](myrocks-differences.md), [Gap locks detection](myrocks-gap-locks-detection.md), [MyRocks limitations](myrocks-limitations.md), [MyRocks server variables](myrocks-server-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [The Percona XtraDB storage engine](percona-xtradb.md), [Prefix index queries optimization](prefix-index-queries-optimization.md), [Limit the estimation of records in a Query](query-limit-records.md), [Next steps](quickstart-next-steps.md), [Rotate the master encryption key](rotate-master-key.md), [Slow query log](slow-extended.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md), [Upgrade strategies](upgrade-strategies.md), [XtraDB performance improvements for I/O-bound highly-concurrent workloads](xtradb-performance-improvements.md) ## J @@ -219,7 +216,7 @@ **Keywords:** * **lock** — [Additional PERFORMANCE_SCHEMA tables](additional-performance-schema-tables.md), [Backup locks](backup-locks.md), [Extended mysqldump](extended-mysqldump.md), [Extended show engine InnoDB status](innodb-show-status.md), [Modify a table](modify-tables.md), [Gap locks detection](myrocks-gap-locks-detection.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Stored Procedures](stored-procedures.md), [Thread pool](threadpool.md) -* **log** — [Breaking and incompatible changes in {{vers}}](8.4-breaking-changes.md), [Defaults and tuning guidance for {{vers}}](8.4-defaults-and-tuning.md), [Audit Log Filter compression and encryption](audit-log-filter-compression-encryption.md), [Audit Log Filter file format overview](audit-log-filter-formats.md), [Audit Log Filter format - JSON](audit-log-filter-json.md), [Audit Log Filter file naming conventions](audit-log-filter-naming.md), [Audit Log Filter format - XML (new style)](audit-log-filter-new.md), [Audit Log Filter format - XML (old style)](audit-log-filter-old.md), [Audit Log Filter overview](audit-log-filter-overview.md), [Audit Log Filter restrictions](audit-log-filter-restrictions.md), [Audit Log Filter security](audit-log-filter-security.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Audit log plugin](audit-log-plugin.md), [Managing binary log disk space](binlog-space.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [MySQL Clone plugin](clone-plugin.md), [Configure AppArmor](configure-apparmor.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Data masking overview](data-masking-overview.md), [Disable Audit Log Filter logging](disable-audit-log-filter.md), [Running Percona Server for MySQL in a Docker Container](docker.md), [Encrypt binary log files and relay log files](encrypt-binary-relay-log-files.md), [Log encryption](encrypt-logs.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [FIDO authentication plugin](fido-authentication-plugin.md), [Filter the Audit Log Filter logs](filter-audit-log-filter-files.md), [FIPS compliance](fips.md), [Glossary](glossary.md), [Manage group replication flow control](group-replication-flow-control.md), [Index](index-contents.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [Handle corrupted tables](innodb-corrupt-table-action.md), [Improved InnoDB I/O scalability](innodb-io.md), [Extended show engine InnoDB status](innodb-show-status.md), [Install the audit log filter](install-audit-log-filter.md), [js_lang Console API](js-lang-console-api.md), [js_lang stored procedure and function overview](js-lang-overview.md), [Kill idle transaction](kill-idle-trx.md), [LDAP authentication plugin system variables](ldap-system-variables.md), [Using libcoredumper](libcoredumper.md), [Too many connections warning](log-connection-error.md), [Suppress warning messages](log-warnings-suppress.md), [Managing AppArmor profiles](manage-apparmor-profiles.md), [Manage the Audit Log Filter files](manage-audit-log-filter.md), [MyRocks column families](myrocks-column-families.md), [Percona MyRocks introduction](myrocks-index.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [PAM authentication plugin](pam-plugin.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Performance Schema MyRocks changes](performance-schema-myrocks-changes.md), [Post-installation](post-installation.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Reading Audit Log Filter files](reading-audit-log-filter-files.md), [Restrict dynamic log file locations](restrict-dynamic-log-locations.md), [Secure Percona Server for MySQL with SELinux](selinux.md), [Slow query log](slow-extended.md), [Slow query log rotation and expiration](slowlog-rotation.md), [Stack trace](stacktrace.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Troubleshoot AppArmor profiles](troubleshoot-apparmor.md), [Troubleshoot SELinux issues](troubleshoot-selinux.md), [Uninstall Audit Log Filter](uninstall-audit-log-filter.md), [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md), [Upgrade from plugins to components](upgrade-components.md), [User statistics](user-stats.md), [Utility user](utility-user.md), [Write audit_log_filter definitons](write-filter-definitions.md) +* **log** — [Breaking and incompatible changes in {{vers}}](9.7-breaking-changes.md), [Defaults and tuning guidance for {{vers}}](9.7-defaults-and-tuning.md), [Audit Log Filter compression and encryption](audit-log-filter-compression-encryption.md), [Audit Log Filter file format overview](audit-log-filter-formats.md), [Audit Log Filter format - JSON](audit-log-filter-json.md), [Audit Log Filter file naming conventions](audit-log-filter-naming.md), [Audit Log Filter format - XML (new style)](audit-log-filter-new.md), [Audit Log Filter format - XML (old style)](audit-log-filter-old.md), [Audit Log Filter overview](audit-log-filter-overview.md), [Audit Log Filter restrictions](audit-log-filter-restrictions.md), [Audit Log Filter security](audit-log-filter-security.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Audit log plugin](audit-log-plugin.md), [Managing binary log disk space](binlog-space.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [MySQL Clone plugin](clone-plugin.md), [Configure AppArmor](configure-apparmor.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Data masking overview](data-masking-overview.md), [Disable Audit Log Filter logging](disable-audit-log-filter.md), [Running Percona Server for MySQL in a Docker Container](docker.md), [Encrypt binary log files and relay log files](encrypt-binary-relay-log-files.md), [Log encryption](encrypt-logs.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [FIDO authentication plugin](fido-authentication-plugin.md), [Filter the Audit Log Filter logs](filter-audit-log-filter-files.md), [FIPS compliance](fips.md), [Glossary](glossary.md), [Manage group replication flow control](group-replication-flow-control.md), [Index](index-contents.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [Handle corrupted tables](innodb-corrupt-table-action.md), [Improved InnoDB I/O scalability](innodb-io.md), [Extended show engine InnoDB status](innodb-show-status.md), [Install the audit log filter](install-audit-log-filter.md), [js_lang Console API](js-lang-console-api.md), [js_lang stored procedure and function overview](js-lang-overview.md), [Kill idle transaction](kill-idle-trx.md), [LDAP authentication plugin system variables](ldap-system-variables.md), [Using libcoredumper](libcoredumper.md), [Too many connections warning](log-connection-error.md), [Suppress warning messages](log-warnings-suppress.md), [Managing AppArmor profiles](manage-apparmor-profiles.md), [Manage the Audit Log Filter files](manage-audit-log-filter.md), [MyRocks column families](myrocks-column-families.md), [Percona MyRocks introduction](myrocks-index.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [PAM authentication plugin](pam-plugin.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Performance Schema MyRocks changes](performance-schema-myrocks-changes.md), [Post-installation](post-installation.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Reading Audit Log Filter files](reading-audit-log-filter-files.md), [Restrict dynamic log file locations](restrict-dynamic-log-locations.md), [Secure Percona Server for MySQL with SELinux](selinux.md), [Slow query log](slow-extended.md), [Slow query log rotation and expiration](slowlog-rotation.md), [Stack trace](stacktrace.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Troubleshoot AppArmor profiles](troubleshoot-apparmor.md), [Troubleshoot SELinux issues](troubleshoot-selinux.md), [Uninstall Audit Log Filter](uninstall-audit-log-filter.md), [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md), [Upgrade from plugins to components](upgrade-components.md), [User statistics](user-stats.md), [Utility user](utility-user.md), [Write audit_log_filter definitons](write-filter-definitions.md) * **LSN** — [Glossary](glossary.md), [Extended show engine InnoDB status](innodb-show-status.md) ## M @@ -243,8 +240,8 @@ **Keywords:** -* **monitoring** — [Breaking and incompatible changes in {{vers}}](8.4-breaking-changes.md), [Compatibility and removed items in {{vers}}](8.4-compatibility-and-removed-items.md), [Use Percona Monitoring and Management (PMM) Advisors](advisors.md), [Use an APT repository to install Percona Server for MySQL {{vers}}](apt-repo.md), [Audit log plugin](audit-log-plugin.md), [Manage group replication flow control](group-replication-flow-control.md), [Index](index-contents.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [js_lang stored procedure and function overview](js-lang-overview.md), [Kill idle transaction](kill-idle-trx.md), [The ProcFS plugin](procfs-plugin.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Next steps](quickstart-next-steps.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Thread pool](threadpool.md), [Write audit_log_filter definitons](write-filter-definitions.md), [Install using DNF](yum-repo.md) -* **mysql** — [Breaking and incompatible changes in {{vers}}](8.4-breaking-changes.md), [Compatibility and removed items in {{vers}}](8.4-compatibility-and-removed-items.md), [Defaults and tuning guidance for {{vers}}](8.4-defaults-and-tuning.md), [Adaptive network buffers](adaptive-network-buffers.md), [Additional PERFORMANCE_SCHEMA tables](additional-performance-schema-tables.md), [Multiple page asynchronous I/O requests](aio-page-requests.md), [AppArmor profile modes](apparmor-profiles.md), [Secure Percona Server for MySQL with AppArmor](apparmor.md), [Install Percona Server for MySQL {{vers}} using downloaded DEB packages](apt-download-deb.md), [DEB repository package list - Percona Server for MySQL {{vers}}](apt-files.md), [Apt pinning the Percona Server for MySQL {{vers}} packages](apt-pinning.md), [Use an APT repository to install Percona Server for MySQL {{vers}}](apt-repo.md), [Run Percona Server for MySQL {{vers}} after APT repository installation](apt-run.md), [Uninstall Percona Server for MySQL {{vers}} using the APT package manager](apt-uninstall-server.md), [Audit Log Filter format - JSON](audit-log-filter-json.md), [Audit Log Filter format - XML (new style)](audit-log-filter-new.md), [Audit Log Filter format - XML (old style)](audit-log-filter-old.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Audit log plugin](audit-log-plugin.md), [Authentication methods](authentication-methods.md), [Backup locks](backup-locks.md), [Backup and restore overview](backup-restore-overview.md), [Install Percona Server for MySQL {{vers}} from a binary tarball](binary-tarball-install.md), [Binary tarball file names available based on the Percona Server for MySQL version](binary-tarball-names.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Build APT packages](build-apt-packages.md), [MySQL Clone plugin](clone-plugin.md), [Common SQL commands](common-sql.md), [Compile Percona Server for MySQL from source](compile-percona-server.md), [Compressed columns with dictionaries](compressed-columns.md), [Configure AppArmor](configure-apparmor.md), [Copyright and licensing information](copyright-and-licensing-information.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Data masking component functions and variables](data-masking-function-list.md), [Data masking overview](data-masking-overview.md), [Common data types](data-types-basic.md), [Development of Percona Server for MySQL](development.md), [Disable AppArmor](disable-apparmor.md), [Use Docker Compose and named volumes](docker-compose.md), [Docker environment variables](docker-config.md), [Running Percona Server for MySQL in a Docker Container](docker.md), [Downgrade Percona Server for MySQL](downgrade.md), [Percona Software Download instructions](download-instructions.md), [Encrypt schema or general tablespace](encrypt-tablespaces.md), [Encrypt temporary files](encrypt-temporary-files.md), [Encryption functions](encryption-functions.md), [Enforcing storage engine](enforce-engine.md), [Extended SELECT INTO OUTFILE/DUMPFILE](extended-select-into-outfile.md), [Extended SET VAR optimizer hint](extended-set-var.md), [Review effective privileges with SHOW EFFECTIVE GRANTS](extended-show-grants.md), [Frequently asked questions](faq.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [FIDO authentication plugin](fido-authentication-plugin.md), [Filter the Audit Log Filter logs](filter-audit-log-filter-files.md), [FIPS compliance](fips.md), [Functions](functions.md), [Get help from Percona](get-help.md), [Glossary](glossary.md), [Manage group replication flow control](group-replication-flow-control.md), [Group replication system variables](group-replication-system-variables.md), [Improved MEMORY storage engine](improved-memory-engine.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [Handle corrupted tables](innodb-corrupt-table-action.md), [Expanded fast index creation](innodb-expanded-fast-index-creation.md), [InnoDB page fragmentation counters](innodb-fragmentation-count.md), [InnoDB full-text search improvements](innodb-fts-improvements.md), [Extended show engine InnoDB status](innodb-show-status.md), [INSERT statement](insert.md), [Install the audit log filter](install-audit-log-filter.md), [Percona MyRocks installation guide](install-myrocks.md), [Install Percona Server for MySQL](installation.md), [Isolation levels](isolation-levels.md), [Jemalloc memory allocation profiling](jemalloc-profiling.md), [js_lang stored procedure and function overview](js-lang-overview.md), [js_lang component system variables](js-lang-variables.md), [JSON in Percona Server for MySQL](json-overview.md), [Kill idle transaction](kill-idle-trx.md), [Using LDAP authentication plugins](ldap-authentication.md), [LDAP authentication plugin system variables](ldap-system-variables.md), [Using libcoredumper](libcoredumper.md), [Too many connections warning](log-connection-error.md), [Suppress warning messages](log-warnings-suppress.md), [Managing AppArmor profiles](manage-apparmor-profiles.md), [Additional INFORMATION_SCHEMA tables](misc-info-schema-tables.md), [Modify a table](modify-tables.md), [Updated supported features](myrocks-added-features.md), [MyRocks column families](myrocks-column-families.md), [Data loading](myrocks-data-loading.md), [Differences between Percona MyRocks and Facebook MyRocks](myrocks-differences.md), [Gap locks detection](myrocks-gap-locks-detection.md), [Percona MyRocks introduction](myrocks-index.md), [MyRocks Information Schema tables](myrocks-information-schema-tables.md), [MyRocks limitations](myrocks-limitations.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [MySQL upgrade paths and supported methods](mysql-upgrade-paths.md), [PAM authentication plugin](pam-plugin.md), [PERCONA_SEQUENCE_TABLE(n) function](percona-sequence-table.md), [Percona Server for MySQL {{vers}} variables](percona-server-system-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Percona Toolkit updates for {{vers}}](percona-toolkit-8.4-updates.md), [The Percona XtraDB storage engine](percona-xtradb.md), [Performance Schema MyRocks changes](performance-schema-myrocks-changes.md), [Post-installation](post-installation.md), [Prefix index queries optimization](prefix-index-queries-optimization.md), [Files in packages built for Percona Server for MySQL Pro](pro-files.md), [Process list](process-list.md), [The ProcFS plugin](procfs-plugin.md), [Support for PROXY protocol](proxy-protocol-support.md), [Limit the estimation of records in a Query](query-limit-records.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Next steps](quickstart-next-steps.md), [Overview](quickstart-overview.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Restrict dynamic log file locations](restrict-dynamic-log-locations.md), [SELECT statement](select.md), [SELinux contexts and labels](selinux-contexts.md), [Secure Percona Server for MySQL with SELinux](selinux.md), [SEQUENCE_TABLE(n) function](sequence-table.md), [Understand version numbers](server-version-numbers.md), [Slow query log](slow-extended.md), [Slow query log rotation and expiration](slowlog-rotation.md), [Install Percona Server for MySQL from a source tarball](source-tarball.md), [SQL conventions](sql-conventions.md), [SQL operators](sql-operators.md), [SQL syntax](sql-syntax.md), [SSL improvements](ssl-improvement.md), [Stack trace](stacktrace.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Variables in stored procedures, functions, and triggers](stored-procedure-variables.md), [Telemetry on Percona Server for MySQL](telemetry.md), [Thread based profiling](thread-based-profiling.md), [Thread pool](threadpool.md), [Trademark policy](trademark-policy.md), [Transaction management](transaction-mgmt.md), [Trigger updates](trigger-updates.md), [Troubleshoot SQL code](troubleshooting-sql.md), [Percona Toolkit UDFs](udf-percona-toolkit.md), [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md), [Upgrade from plugins to components](upgrade-components.md), [Upgrade procedures for {{vers}}](upgrade-procedures.md), [Upgrade strategies](upgrade-strategies.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md), [Use the keyring file component](use-keyring-file.md), [Use the keyring vault component](use-keyring-vault-component.md), [Use the Amazon Key Management Service (AWS KMS)](using-amz-kms.md), [Use the Key Management Interoperability Protocol (KMIP)](using-kmip.md), [Utility user](utility-user.md), [UUID_VX component](uuid-versions.md), [Write audit_log_filter definitons](write-filter-definitions.md), [XtraDB performance improvements for I/O-bound highly-concurrent workloads](xtradb-performance-improvements.md), [Install Percona Server for MySQL using downloaded RPM packages](yum-download-rpm.md), [Yum repository package list - Percona Server for MySQL {{vers}}](yum-files.md), [Install using DNF](yum-repo.md), [Run Percona Server for MySQL](yum-run.md), [Uninstall Percona Server for MySQL](yum-uninstall.md) +* **monitoring** — [Breaking and incompatible changes in {{vers}}](9.7-breaking-changes.md), [Compatibility and removed items in {{vers}}](9.7-compatibility-and-removed-items.md), [Use Percona Monitoring and Management (PMM) Advisors](advisors.md), [Use an APT repository to install Percona Server for MySQL {{vers}}](apt-repo.md), [Audit log plugin](audit-log-plugin.md), [Manage group replication flow control](group-replication-flow-control.md), [Index](index-contents.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [js_lang stored procedure and function overview](js-lang-overview.md), [Kill idle transaction](kill-idle-trx.md), [The ProcFS plugin](procfs-plugin.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Next steps](quickstart-next-steps.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Thread pool](threadpool.md), [Write audit_log_filter definitons](write-filter-definitions.md), [Install using DNF](yum-repo.md) +* **mysql** — [Breaking and incompatible changes in {{vers}}](9.7-breaking-changes.md), [Compatibility and removed items in {{vers}}](9.7-compatibility-and-removed-items.md), [Defaults and tuning guidance for {{vers}}](9.7-defaults-and-tuning.md), [Adaptive network buffers](adaptive-network-buffers.md), [Additional PERFORMANCE_SCHEMA tables](additional-performance-schema-tables.md), [Multiple page asynchronous I/O requests](aio-page-requests.md), [AppArmor profile modes](apparmor-profiles.md), [Secure Percona Server for MySQL with AppArmor](apparmor.md), [Install Percona Server for MySQL {{vers}} using downloaded DEB packages](apt-download-deb.md), [DEB repository package list - Percona Server for MySQL {{vers}}](apt-files.md), [Apt pinning the Percona Server for MySQL {{vers}} packages](apt-pinning.md), [Use an APT repository to install Percona Server for MySQL {{vers}}](apt-repo.md), [Run Percona Server for MySQL {{vers}} after APT repository installation](apt-run.md), [Uninstall Percona Server for MySQL {{vers}} using the APT package manager](apt-uninstall-server.md), [Audit Log Filter format - JSON](audit-log-filter-json.md), [Audit Log Filter format - XML (new style)](audit-log-filter-new.md), [Audit Log Filter format - XML (old style)](audit-log-filter-old.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Audit log plugin](audit-log-plugin.md), [Authentication methods](authentication-methods.md), [Backup locks](backup-locks.md), [Backup and restore overview](backup-restore-overview.md), [Install Percona Server for MySQL {{vers}} from a binary tarball](binary-tarball-install.md), [Binary tarball file names available based on the Percona Server for MySQL version](binary-tarball-names.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Build APT packages](build-apt-packages.md), [MySQL Clone plugin](clone-plugin.md), [Common SQL commands](common-sql.md), [Compile Percona Server for MySQL from source](compile-percona-server.md), [Compressed columns with dictionaries](compressed-columns.md), [Configure AppArmor](configure-apparmor.md), [Copyright and licensing information](copyright-and-licensing-information.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Data masking component functions and variables](data-masking-function-list.md), [Data masking overview](data-masking-overview.md), [Common data types](data-types-basic.md), [Development of Percona Server for MySQL](development.md), [Disable AppArmor](disable-apparmor.md), [Use Docker Compose and named volumes](docker-compose.md), [Docker environment variables](docker-config.md), [Running Percona Server for MySQL in a Docker Container](docker.md), [Downgrade Percona Server for MySQL](downgrade.md), [Percona Software Download instructions](download-instructions.md), [Encrypt schema or general tablespace](encrypt-tablespaces.md), [Encrypt temporary files](encrypt-temporary-files.md), [Encryption functions](encryption-functions.md), [Enforcing storage engine](enforce-engine.md), [Extended SELECT INTO OUTFILE/DUMPFILE](extended-select-into-outfile.md), [Extended SET VAR optimizer hint](extended-set-var.md), [Review effective privileges with SHOW EFFECTIVE GRANTS](extended-show-grants.md), [Frequently asked questions](faq.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [FIDO authentication plugin](fido-authentication-plugin.md), [Filter the Audit Log Filter logs](filter-audit-log-filter-files.md), [FIPS compliance](fips.md), [Functions](functions.md), [Get help from Percona](get-help.md), [Glossary](glossary.md), [Manage group replication flow control](group-replication-flow-control.md), [Group replication system variables](group-replication-system-variables.md), [Improved MEMORY storage engine](improved-memory-engine.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [Handle corrupted tables](innodb-corrupt-table-action.md), [Expanded fast index creation](innodb-expanded-fast-index-creation.md), [InnoDB page fragmentation counters](innodb-fragmentation-count.md), [InnoDB full-text search improvements](innodb-fts-improvements.md), [Extended show engine InnoDB status](innodb-show-status.md), [INSERT statement](insert.md), [Install the audit log filter](install-audit-log-filter.md), [Percona MyRocks installation guide](install-myrocks.md), [Install Percona Server for MySQL](installation.md), [Isolation levels](isolation-levels.md), [Jemalloc memory allocation profiling](jemalloc-profiling.md), [js_lang stored procedure and function overview](js-lang-overview.md), [js_lang component system variables](js-lang-variables.md), [JSON in Percona Server for MySQL](json-overview.md), [Kill idle transaction](kill-idle-trx.md), [Using LDAP authentication plugins](ldap-authentication.md), [LDAP authentication plugin system variables](ldap-system-variables.md), [Using libcoredumper](libcoredumper.md), [Too many connections warning](log-connection-error.md), [Suppress warning messages](log-warnings-suppress.md), [Managing AppArmor profiles](manage-apparmor-profiles.md), [Additional INFORMATION_SCHEMA tables](misc-info-schema-tables.md), [Modify a table](modify-tables.md), [Updated supported features](myrocks-added-features.md), [MyRocks column families](myrocks-column-families.md), [Data loading](myrocks-data-loading.md), [Differences between Percona MyRocks and Facebook MyRocks](myrocks-differences.md), [Gap locks detection](myrocks-gap-locks-detection.md), [Percona MyRocks introduction](myrocks-index.md), [MyRocks Information Schema tables](myrocks-information-schema-tables.md), [MyRocks limitations](myrocks-limitations.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [MySQL upgrade paths and supported methods](mysql-upgrade-paths.md), [PAM authentication plugin](pam-plugin.md), [PERCONA_SEQUENCE_TABLE(n) function](percona-sequence-table.md), [Percona Server for MySQL {{vers}} variables](percona-server-system-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Percona Toolkit updates for {{vers}}](percona-toolkit-9.7-updates.md), [The Percona XtraDB storage engine](percona-xtradb.md), [Performance Schema MyRocks changes](performance-schema-myrocks-changes.md), [Post-installation](post-installation.md), [Prefix index queries optimization](prefix-index-queries-optimization.md), [Process list](process-list.md), [The ProcFS plugin](procfs-plugin.md), [Support for PROXY protocol](proxy-protocol-support.md), [Limit the estimation of records in a Query](query-limit-records.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Next steps](quickstart-next-steps.md), [Overview](quickstart-overview.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Restrict dynamic log file locations](restrict-dynamic-log-locations.md), [SELECT statement](select.md), [SELinux contexts and labels](selinux-contexts.md), [Secure Percona Server for MySQL with SELinux](selinux.md), [SEQUENCE_TABLE(n) function](sequence-table.md), [Understand version numbers](server-version-numbers.md), [Slow query log](slow-extended.md), [Slow query log rotation and expiration](slowlog-rotation.md), [Install Percona Server for MySQL from a source tarball](source-tarball.md), [SQL conventions](sql-conventions.md), [SQL operators](sql-operators.md), [SQL syntax](sql-syntax.md), [SSL improvements](ssl-improvement.md), [Stack trace](stacktrace.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Variables in stored procedures, functions, and triggers](stored-procedure-variables.md), [Telemetry on Percona Server for MySQL](telemetry.md), [Thread based profiling](thread-based-profiling.md), [Thread pool](threadpool.md), [Trademark policy](trademark-policy.md), [Transaction management](transaction-mgmt.md), [Trigger updates](trigger-updates.md), [Troubleshoot SQL code](troubleshooting-sql.md), [Percona Toolkit UDFs](udf-percona-toolkit.md), [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md), [Upgrade from plugins to components](upgrade-components.md), [Upgrade procedures for {{vers}}](upgrade-procedures.md), [Upgrade strategies](upgrade-strategies.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md), [Use the keyring file component](use-keyring-file.md), [Use the keyring vault component](use-keyring-vault-component.md), [Use the Amazon Key Management Service (AWS KMS)](using-amz-kms.md), [Use the Key Management Interoperability Protocol (KMIP)](using-kmip.md), [Utility user](utility-user.md), [UUID_VX component](uuid-versions.md), [Write audit_log_filter definitons](write-filter-definitions.md), [XtraDB performance improvements for I/O-bound highly-concurrent workloads](xtradb-performance-improvements.md), [Install Percona Server for MySQL using downloaded RPM packages](yum-download-rpm.md), [Yum repository package list - Percona Server for MySQL {{vers}}](yum-files.md), [Install using DNF](yum-repo.md), [Run Percona Server for MySQL](yum-run.md), [Uninstall Percona Server for MySQL](yum-uninstall.md) ## N @@ -270,7 +267,7 @@ * [Percona Server for MySQL {{vers}} variables](percona-server-system-variables.md) * [Percona Software Download instructions](download-instructions.md) * [Percona Toolkit UDFs](udf-percona-toolkit.md) -* [Percona Toolkit updates for {{vers}}](percona-toolkit-8.4-updates.md) +* [Percona Toolkit updates for {{vers}}](percona-toolkit-9.7-updates.md) * [PERCONA_SEQUENCE_TABLE(n) function](percona-sequence-table.md) * [Performance Schema MyRocks changes](performance-schema-myrocks-changes.md) * [Post-installation](post-installation.md) @@ -279,10 +276,10 @@ **Keywords:** -* **percona** — [Breaking and incompatible changes in {{vers}}](8.4-breaking-changes.md), [Compatibility and removed items in {{vers}}](8.4-compatibility-and-removed-items.md), [Defaults and tuning guidance for {{vers}}](8.4-defaults-and-tuning.md), [Adaptive network buffers](adaptive-network-buffers.md), [Additional PERFORMANCE_SCHEMA tables](additional-performance-schema-tables.md), [Use Percona Monitoring and Management (PMM) Advisors](advisors.md), [Secure Percona Server for MySQL with AppArmor](apparmor.md), [Install Percona Server for MySQL {{vers}} using downloaded DEB packages](apt-download-deb.md), [DEB repository package list - Percona Server for MySQL {{vers}}](apt-files.md), [Apt pinning the Percona Server for MySQL {{vers}} packages](apt-pinning.md), [Use an APT repository to install Percona Server for MySQL {{vers}}](apt-repo.md), [Run Percona Server for MySQL {{vers}} after APT repository installation](apt-run.md), [Uninstall Percona Server for MySQL {{vers}} using the APT package manager](apt-uninstall-server.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Audit log plugin](audit-log-plugin.md), [Backup locks](backup-locks.md), [Backup and restore overview](backup-restore-overview.md), [Install Percona Server for MySQL {{vers}} from a binary tarball](binary-tarball-install.md), [Binary tarball file names available based on the Percona Server for MySQL version](binary-tarball-names.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Build APT packages](build-apt-packages.md), [Compile Percona Server for MySQL from source](compile-percona-server.md), [Compressed columns with dictionaries](compressed-columns.md), [Configure AppArmor](configure-apparmor.md), [Copyright and licensing information](copyright-and-licensing-information.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Data masking component functions and variables](data-masking-function-list.md), [Data masking overview](data-masking-overview.md), [Common data types](data-types-basic.md), [Development of Percona Server for MySQL](development.md), [Disable AppArmor](disable-apparmor.md), [Use Docker Compose and named volumes](docker-compose.md), [Docker environment variables](docker-config.md), [Running Percona Server for MySQL in a Docker Container](docker.md), [Downgrade Percona Server for MySQL](downgrade.md), [Percona Software Download instructions](download-instructions.md), [Encrypt schema or general tablespace](encrypt-tablespaces.md), [Encrypt temporary files](encrypt-temporary-files.md), [Encryption functions](encryption-functions.md), [Enforcing storage engine](enforce-engine.md), [Extended SELECT INTO OUTFILE/DUMPFILE](extended-select-into-outfile.md), [Extended SET VAR optimizer hint](extended-set-var.md), [Review effective privileges with SHOW EFFECTIVE GRANTS](extended-show-grants.md), [Frequently asked questions](faq.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [FIDO authentication plugin](fido-authentication-plugin.md), [FIPS compliance](fips.md), [Get help from Percona](get-help.md), [Glossary](glossary.md), [Group replication system variables](group-replication-system-variables.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [Handle corrupted tables](innodb-corrupt-table-action.md), [Expanded fast index creation](innodb-expanded-fast-index-creation.md), [InnoDB page fragmentation counters](innodb-fragmentation-count.md), [InnoDB full-text search improvements](innodb-fts-improvements.md), [Extended show engine InnoDB status](innodb-show-status.md), [Install the audit log filter](install-audit-log-filter.md), [Percona MyRocks installation guide](install-myrocks.md), [Install Percona Server for MySQL](installation.md), [Jemalloc memory allocation profiling](jemalloc-profiling.md), [JSON in Percona Server for MySQL](json-overview.md), [Keyring components overview](keyring-components-plugins-overview.md), [Using LDAP authentication plugins](ldap-authentication.md), [Using libcoredumper](libcoredumper.md), [Too many connections warning](log-connection-error.md), [Managing AppArmor profiles](manage-apparmor-profiles.md), [Additional INFORMATION_SCHEMA tables](misc-info-schema-tables.md), [Modify a table](modify-tables.md), [Updated supported features](myrocks-added-features.md), [Differences between Percona MyRocks and Facebook MyRocks](myrocks-differences.md), [Percona MyRocks introduction](myrocks-index.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [MySQL upgrade paths and supported methods](mysql-upgrade-paths.md), [PAM authentication plugin](pam-plugin.md), [PERCONA_SEQUENCE_TABLE(n) function](percona-sequence-table.md), [Percona Server for MySQL {{vers}} variables](percona-server-system-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Percona Toolkit updates for {{vers}}](percona-toolkit-8.4-updates.md), [The Percona XtraDB storage engine](percona-xtradb.md), [Prefix index queries optimization](prefix-index-queries-optimization.md), [Files in packages built for Percona Server for MySQL Pro](pro-files.md), [Process list](process-list.md), [The ProcFS plugin](procfs-plugin.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Next steps](quickstart-next-steps.md), [Overview](quickstart-overview.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Secure Percona Server for MySQL with SELinux](selinux.md), [SEQUENCE_TABLE(n) function](sequence-table.md), [Understand version numbers](server-version-numbers.md), [Slow query log](slow-extended.md), [Slow query log rotation and expiration](slowlog-rotation.md), [Install Percona Server for MySQL from a source tarball](source-tarball.md), [SQL operators](sql-operators.md), [SQL syntax](sql-syntax.md), [SSL improvements](ssl-improvement.md), [Stack trace](stacktrace.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Telemetry on Percona Server for MySQL](telemetry.md), [Thread based profiling](thread-based-profiling.md), [Trademark policy](trademark-policy.md), [Transaction management](transaction-mgmt.md), [Trigger updates](trigger-updates.md), [Percona Toolkit UDFs](udf-percona-toolkit.md), [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md), [Upgrade from plugins to components](upgrade-components.md), [Upgrade procedures for {{vers}}](upgrade-procedures.md), [Upgrade strategies](upgrade-strategies.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md), [Use the keyring file component](use-keyring-file.md), [Use the keyring vault component](use-keyring-vault-component.md), [User statistics](user-stats.md), [Use the Amazon Key Management Service (AWS KMS)](using-amz-kms.md), [Use the Key Management Interoperability Protocol (KMIP)](using-kmip.md), [Utility user](utility-user.md), [Write audit_log_filter definitons](write-filter-definitions.md), [XtraDB performance improvements for I/O-bound highly-concurrent workloads](xtradb-performance-improvements.md), [Install Percona Server for MySQL using downloaded RPM packages](yum-download-rpm.md), [Yum repository package list - Percona Server for MySQL {{vers}}](yum-files.md), [Install using DNF](yum-repo.md), [Run Percona Server for MySQL](yum-run.md), [Uninstall Percona Server for MySQL](yum-uninstall.md) -* **performance** — [Defaults and tuning guidance for {{vers}}](8.4-defaults-and-tuning.md), [DEB repository package list - Percona Server for MySQL {{vers}}](apt-files.md), [Use an APT repository to install Percona Server for MySQL {{vers}}](apt-repo.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Audit log plugin](audit-log-plugin.md), [Authentication methods](authentication-methods.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Data masking component functions and variables](data-masking-function-list.md), [Data masking overview](data-masking-overview.md), [Common data types](data-types-basic.md), [Introduction to Databases and SQL](database.md), [DELETE statement](delete.md), [Development of Percona Server for MySQL](development.md), [Running Percona Server for MySQL in a Docker Container](docker.md), [Downgrade Percona Server for MySQL](downgrade.md), [Encryption functions](encryption-functions.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Functions](functions.md), [Get help from Percona](get-help.md), [Glossary](glossary.md), [Improved MEMORY storage engine](improved-memory-engine.md), [Index](index-contents.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [Extended show engine InnoDB status](innodb-show-status.md), [INSERT statement](insert.md), [Isolation levels](isolation-levels.md), [js_lang stored procedure and function overview](js-lang-overview.md), [Kill idle transaction](kill-idle-trx.md), [Using libcoredumper](libcoredumper.md), [Too many connections warning](log-connection-error.md), [Percona MyRocks introduction](myrocks-index.md), [MyRocks server variables](myrocks-server-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [The Percona XtraDB storage engine](percona-xtradb.md), [Performance Schema MyRocks changes](performance-schema-myrocks-changes.md), [The ProcFS plugin](procfs-plugin.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Next steps](quickstart-next-steps.md), [Overview](quickstart-overview.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Restrict dynamic log file locations](restrict-dynamic-log-locations.md), [Secure Percona Server for MySQL with SELinux](selinux.md), [Slow query log](slow-extended.md), [SQL syntax](sql-syntax.md), [Stack trace](stacktrace.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Error handling in stored procedures](stored-procedure-error-handling.md), [Stored Procedures](stored-procedures.md), [Introduction to database tables](table.md), [Thread based profiling](thread-based-profiling.md), [Thread pool](threadpool.md), [Trademark policy](trademark-policy.md), [Trigger updates](trigger-updates.md), [Triggers](triggers.md), [UPDATE statement](update.md), [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md), [UUID_VX component](uuid-versions.md), [Views](views.md), [Write audit_log_filter definitons](write-filter-definitions.md), [XtraDB performance improvements for I/O-bound highly-concurrent workloads](xtradb-performance-improvements.md), [Install Percona Server for MySQL using downloaded RPM packages](yum-download-rpm.md), [Yum repository package list - Percona Server for MySQL {{vers}}](yum-files.md), [Install using DNF](yum-repo.md) -* **plugin** — [Breaking and incompatible changes in {{vers}}](8.4-breaking-changes.md), [Compatibility and removed items in {{vers}}](8.4-compatibility-and-removed-items.md), [DEB repository package list - Percona Server for MySQL {{vers}}](apt-files.md), [Audit log plugin](audit-log-plugin.md), [Authentication methods](authentication-methods.md), [Build APT packages](build-apt-packages.md), [MySQL Clone plugin](clone-plugin.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Encrypt binary log files and relay log files](encrypt-binary-relay-log-files.md), [Encrypt schema or general tablespace](encrypt-tablespaces.md), [Extended SET VAR optimizer hint](extended-set-var.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [FIDO authentication plugin](fido-authentication-plugin.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [Install the audit log filter](install-audit-log-filter.md), [Percona MyRocks installation guide](install-myrocks.md), [Using LDAP authentication plugins](ldap-authentication.md), [LDAP authentication plugin system variables](ldap-system-variables.md), [MyRocks Information Schema tables](myrocks-information-schema-tables.md), [PAM authentication plugin](pam-plugin.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Post-installation](post-installation.md), [The ProcFS plugin](procfs-plugin.md), [Thread pool](threadpool.md), [Uninstall Audit Log Filter](uninstall-audit-log-filter.md), [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md), [Upgrade from plugins to components](upgrade-components.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md), [Use the keyring file component](use-keyring-file.md), [Yum repository package list - Percona Server for MySQL {{vers}}](yum-files.md) -* **privilege** — [Breaking and incompatible changes in {{vers}}](8.4-breaking-changes.md), [Additional PERFORMANCE_SCHEMA tables](additional-performance-schema-tables.md), [Audit Log Filter overview](audit-log-filter-overview.md), [Backup locks](backup-locks.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Compressed columns with dictionaries](compressed-columns.md), [Create a table](create-table.md), [Data masking component functions and variables](data-masking-function-list.md), [Introduction to Databases and SQL](database.md), [Disable Audit Log Filter logging](disable-audit-log-filter.md), [Encrypt binary log files and relay log files](encrypt-binary-relay-log-files.md), [Encrypt system tablespace](encrypt-system-tablespace.md), [Review effective privileges with SHOW EFFECTIVE GRANTS](extended-show-grants.md), [FIDO authentication plugin](fido-authentication-plugin.md), [Filter the Audit Log Filter logs](filter-audit-log-filter-files.md), [Install the data masking component](install-data-masking-component.md), [Install js_lang component](install-js-lang.md), [Percona MyRocks installation guide](install-myrocks.md), [js_lang privileges](js-lang-privileges.md), [js_lang stored function or procedure](js-lang-procedures.md), [Manage the Audit Log Filter files](manage-audit-log-filter.md), [Post-installation](post-installation.md), [The ProcFS plugin](procfs-plugin.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Rotate the master encryption key](rotate-master-key.md), [UNINSTALL COMPONENT](uninstall-component.md), [User statistics](user-stats.md), [Verify the encryption for tables, tablespaces, and schemas](verify-encryption.md), [Write audit_log_filter definitons](write-filter-definitions.md), [Install using DNF](yum-repo.md) +* **percona** — [Breaking and incompatible changes in {{vers}}](9.7-breaking-changes.md), [Compatibility and removed items in {{vers}}](9.7-compatibility-and-removed-items.md), [Defaults and tuning guidance for {{vers}}](9.7-defaults-and-tuning.md), [Adaptive network buffers](adaptive-network-buffers.md), [Additional PERFORMANCE_SCHEMA tables](additional-performance-schema-tables.md), [Use Percona Monitoring and Management (PMM) Advisors](advisors.md), [Secure Percona Server for MySQL with AppArmor](apparmor.md), [Install Percona Server for MySQL {{vers}} using downloaded DEB packages](apt-download-deb.md), [DEB repository package list - Percona Server for MySQL {{vers}}](apt-files.md), [Apt pinning the Percona Server for MySQL {{vers}} packages](apt-pinning.md), [Use an APT repository to install Percona Server for MySQL {{vers}}](apt-repo.md), [Run Percona Server for MySQL {{vers}} after APT repository installation](apt-run.md), [Uninstall Percona Server for MySQL {{vers}} using the APT package manager](apt-uninstall-server.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Audit log plugin](audit-log-plugin.md), [Backup locks](backup-locks.md), [Backup and restore overview](backup-restore-overview.md), [Install Percona Server for MySQL {{vers}} from a binary tarball](binary-tarball-install.md), [Binary tarball file names available based on the Percona Server for MySQL version](binary-tarball-names.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Build APT packages](build-apt-packages.md), [Compile Percona Server for MySQL from source](compile-percona-server.md), [Compressed columns with dictionaries](compressed-columns.md), [Configure AppArmor](configure-apparmor.md), [Copyright and licensing information](copyright-and-licensing-information.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Data masking component functions and variables](data-masking-function-list.md), [Data masking overview](data-masking-overview.md), [Common data types](data-types-basic.md), [Development of Percona Server for MySQL](development.md), [Disable AppArmor](disable-apparmor.md), [Use Docker Compose and named volumes](docker-compose.md), [Docker environment variables](docker-config.md), [Running Percona Server for MySQL in a Docker Container](docker.md), [Downgrade Percona Server for MySQL](downgrade.md), [Percona Software Download instructions](download-instructions.md), [Encrypt schema or general tablespace](encrypt-tablespaces.md), [Encrypt temporary files](encrypt-temporary-files.md), [Encryption functions](encryption-functions.md), [Enforcing storage engine](enforce-engine.md), [Extended SELECT INTO OUTFILE/DUMPFILE](extended-select-into-outfile.md), [Extended SET VAR optimizer hint](extended-set-var.md), [Review effective privileges with SHOW EFFECTIVE GRANTS](extended-show-grants.md), [Frequently asked questions](faq.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [FIDO authentication plugin](fido-authentication-plugin.md), [FIPS compliance](fips.md), [Get help from Percona](get-help.md), [Glossary](glossary.md), [Group replication system variables](group-replication-system-variables.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [Handle corrupted tables](innodb-corrupt-table-action.md), [Expanded fast index creation](innodb-expanded-fast-index-creation.md), [InnoDB page fragmentation counters](innodb-fragmentation-count.md), [InnoDB full-text search improvements](innodb-fts-improvements.md), [Extended show engine InnoDB status](innodb-show-status.md), [Install the audit log filter](install-audit-log-filter.md), [Percona MyRocks installation guide](install-myrocks.md), [Install Percona Server for MySQL](installation.md), [Jemalloc memory allocation profiling](jemalloc-profiling.md), [JSON in Percona Server for MySQL](json-overview.md), [Keyring components overview](keyring-components-plugins-overview.md), [Using LDAP authentication plugins](ldap-authentication.md), [Using libcoredumper](libcoredumper.md), [Too many connections warning](log-connection-error.md), [Managing AppArmor profiles](manage-apparmor-profiles.md), [Additional INFORMATION_SCHEMA tables](misc-info-schema-tables.md), [Modify a table](modify-tables.md), [Updated supported features](myrocks-added-features.md), [Differences between Percona MyRocks and Facebook MyRocks](myrocks-differences.md), [Percona MyRocks introduction](myrocks-index.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [MySQL upgrade paths and supported methods](mysql-upgrade-paths.md), [PAM authentication plugin](pam-plugin.md), [PERCONA_SEQUENCE_TABLE(n) function](percona-sequence-table.md), [Percona Server for MySQL {{vers}} variables](percona-server-system-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Percona Toolkit updates for {{vers}}](percona-toolkit-9.7-updates.md), [The Percona XtraDB storage engine](percona-xtradb.md), [Prefix index queries optimization](prefix-index-queries-optimization.md), [Process list](process-list.md), [The ProcFS plugin](procfs-plugin.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Next steps](quickstart-next-steps.md), [Overview](quickstart-overview.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Secure Percona Server for MySQL with SELinux](selinux.md), [SEQUENCE_TABLE(n) function](sequence-table.md), [Understand version numbers](server-version-numbers.md), [Slow query log](slow-extended.md), [Slow query log rotation and expiration](slowlog-rotation.md), [Install Percona Server for MySQL from a source tarball](source-tarball.md), [SQL operators](sql-operators.md), [SQL syntax](sql-syntax.md), [SSL improvements](ssl-improvement.md), [Stack trace](stacktrace.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Telemetry on Percona Server for MySQL](telemetry.md), [Thread based profiling](thread-based-profiling.md), [Trademark policy](trademark-policy.md), [Transaction management](transaction-mgmt.md), [Trigger updates](trigger-updates.md), [Percona Toolkit UDFs](udf-percona-toolkit.md), [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md), [Upgrade from plugins to components](upgrade-components.md), [Upgrade procedures for {{vers}}](upgrade-procedures.md), [Upgrade strategies](upgrade-strategies.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md), [Use the keyring file component](use-keyring-file.md), [Use the keyring vault component](use-keyring-vault-component.md), [User statistics](user-stats.md), [Use the Amazon Key Management Service (AWS KMS)](using-amz-kms.md), [Use the Key Management Interoperability Protocol (KMIP)](using-kmip.md), [Utility user](utility-user.md), [Write audit_log_filter definitons](write-filter-definitions.md), [XtraDB performance improvements for I/O-bound highly-concurrent workloads](xtradb-performance-improvements.md), [Install Percona Server for MySQL using downloaded RPM packages](yum-download-rpm.md), [Yum repository package list - Percona Server for MySQL {{vers}}](yum-files.md), [Install using DNF](yum-repo.md), [Run Percona Server for MySQL](yum-run.md), [Uninstall Percona Server for MySQL](yum-uninstall.md) +* **performance** — [Defaults and tuning guidance for {{vers}}](9.7-defaults-and-tuning.md), [DEB repository package list - Percona Server for MySQL {{vers}}](apt-files.md), [Use an APT repository to install Percona Server for MySQL {{vers}}](apt-repo.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Audit log plugin](audit-log-plugin.md), [Authentication methods](authentication-methods.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Data masking component functions and variables](data-masking-function-list.md), [Data masking overview](data-masking-overview.md), [Common data types](data-types-basic.md), [Introduction to Databases and SQL](database.md), [DELETE statement](delete.md), [Development of Percona Server for MySQL](development.md), [Running Percona Server for MySQL in a Docker Container](docker.md), [Downgrade Percona Server for MySQL](downgrade.md), [Encryption functions](encryption-functions.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Functions](functions.md), [Get help from Percona](get-help.md), [Glossary](glossary.md), [Improved MEMORY storage engine](improved-memory-engine.md), [Index](index-contents.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [Extended show engine InnoDB status](innodb-show-status.md), [INSERT statement](insert.md), [Isolation levels](isolation-levels.md), [js_lang stored procedure and function overview](js-lang-overview.md), [Kill idle transaction](kill-idle-trx.md), [Using libcoredumper](libcoredumper.md), [Too many connections warning](log-connection-error.md), [Percona MyRocks introduction](myrocks-index.md), [MyRocks server variables](myrocks-server-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [The Percona XtraDB storage engine](percona-xtradb.md), [Performance Schema MyRocks changes](performance-schema-myrocks-changes.md), [The ProcFS plugin](procfs-plugin.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Next steps](quickstart-next-steps.md), [Overview](quickstart-overview.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Restrict dynamic log file locations](restrict-dynamic-log-locations.md), [Secure Percona Server for MySQL with SELinux](selinux.md), [Slow query log](slow-extended.md), [SQL syntax](sql-syntax.md), [Stack trace](stacktrace.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Error handling in stored procedures](stored-procedure-error-handling.md), [Stored Procedures](stored-procedures.md), [Introduction to database tables](table.md), [Thread based profiling](thread-based-profiling.md), [Thread pool](threadpool.md), [Trademark policy](trademark-policy.md), [Trigger updates](trigger-updates.md), [Triggers](triggers.md), [UPDATE statement](update.md), [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md), [UUID_VX component](uuid-versions.md), [Views](views.md), [Write audit_log_filter definitons](write-filter-definitions.md), [XtraDB performance improvements for I/O-bound highly-concurrent workloads](xtradb-performance-improvements.md), [Install Percona Server for MySQL using downloaded RPM packages](yum-download-rpm.md), [Yum repository package list - Percona Server for MySQL {{vers}}](yum-files.md), [Install using DNF](yum-repo.md) +* **plugin** — [Breaking and incompatible changes in {{vers}}](9.7-breaking-changes.md), [Compatibility and removed items in {{vers}}](9.7-compatibility-and-removed-items.md), [DEB repository package list - Percona Server for MySQL {{vers}}](apt-files.md), [Audit log plugin](audit-log-plugin.md), [Authentication methods](authentication-methods.md), [Build APT packages](build-apt-packages.md), [MySQL Clone plugin](clone-plugin.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Encrypt binary log files and relay log files](encrypt-binary-relay-log-files.md), [Encrypt schema or general tablespace](encrypt-tablespaces.md), [Extended SET VAR optimizer hint](extended-set-var.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [FIDO authentication plugin](fido-authentication-plugin.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [Install the audit log filter](install-audit-log-filter.md), [Percona MyRocks installation guide](install-myrocks.md), [Using LDAP authentication plugins](ldap-authentication.md), [LDAP authentication plugin system variables](ldap-system-variables.md), [MyRocks Information Schema tables](myrocks-information-schema-tables.md), [PAM authentication plugin](pam-plugin.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Post-installation](post-installation.md), [The ProcFS plugin](procfs-plugin.md), [Thread pool](threadpool.md), [Uninstall Audit Log Filter](uninstall-audit-log-filter.md), [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md), [Upgrade from plugins to components](upgrade-components.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md), [Use the keyring file component](use-keyring-file.md), [Yum repository package list - Percona Server for MySQL {{vers}}](yum-files.md) +* **privilege** — [Breaking and incompatible changes in {{vers}}](9.7-breaking-changes.md), [Additional PERFORMANCE_SCHEMA tables](additional-performance-schema-tables.md), [Audit Log Filter overview](audit-log-filter-overview.md), [Backup locks](backup-locks.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Compressed columns with dictionaries](compressed-columns.md), [Create a table](create-table.md), [Data masking component functions and variables](data-masking-function-list.md), [Introduction to Databases and SQL](database.md), [Disable Audit Log Filter logging](disable-audit-log-filter.md), [Encrypt binary log files and relay log files](encrypt-binary-relay-log-files.md), [Encrypt system tablespace](encrypt-system-tablespace.md), [Review effective privileges with SHOW EFFECTIVE GRANTS](extended-show-grants.md), [FIDO authentication plugin](fido-authentication-plugin.md), [Filter the Audit Log Filter logs](filter-audit-log-filter-files.md), [Install the data masking component](install-data-masking-component.md), [Install js_lang component](install-js-lang.md), [Percona MyRocks installation guide](install-myrocks.md), [js_lang privileges](js-lang-privileges.md), [js_lang stored function or procedure](js-lang-procedures.md), [Manage the Audit Log Filter files](manage-audit-log-filter.md), [Post-installation](post-installation.md), [The ProcFS plugin](procfs-plugin.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Rotate the master encryption key](rotate-master-key.md), [UNINSTALL COMPONENT](uninstall-component.md), [User statistics](user-stats.md), [Verify the encryption for tables, tablespaces, and schemas](verify-encryption.md), [Write audit_log_filter definitons](write-filter-definitions.md), [Install using DNF](yum-repo.md) ## Q @@ -292,7 +289,7 @@ **Keywords:** -* **query** — [Adaptive network buffers](adaptive-network-buffers.md), [Audit Log Filter format - JSON](audit-log-filter-json.md), [Audit Log Filter overview](audit-log-filter-overview.md), [Audit log plugin](audit-log-plugin.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Compressed columns with dictionaries](compressed-columns.md), [Data masking component functions and variables](data-masking-function-list.md), [Use Docker Compose and named volumes](docker-compose.md), [Encryption functions](encryption-functions.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [FIDO authentication plugin](fido-authentication-plugin.md), [Filter the Audit Log Filter logs](filter-audit-log-filter-files.md), [Functions](functions.md), [Improved MEMORY storage engine](improved-memory-engine.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [InnoDB page fragmentation counters](innodb-fragmentation-count.md), [Extended show engine InnoDB status](innodb-show-status.md), [JSON in Percona Server for MySQL](json-overview.md), [Additional INFORMATION_SCHEMA tables](misc-info-schema-tables.md), [MyRocks Information Schema tables](myrocks-information-schema-tables.md), [MyRocks server variables](myrocks-server-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [The ProcFS plugin](procfs-plugin.md), [Limit the estimation of records in a Query](query-limit-records.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Restrict dynamic log file locations](restrict-dynamic-log-locations.md), [Slow query log](slow-extended.md), [Slow query log rotation and expiration](slowlog-rotation.md), [SQL basics](sql-basics.md), [SQL operators](sql-operators.md), [SQL syntax](sql-syntax.md), [Thread pool](threadpool.md), [Trigger updates](trigger-updates.md), [Troubleshoot SQL code](troubleshooting-sql.md), [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md), [UUID_VX component](uuid-versions.md), [Verify the encryption for tables, tablespaces, and schemas](verify-encryption.md), [Views](views.md), [Write audit_log_filter definitons](write-filter-definitions.md), [XtraDB performance improvements for I/O-bound highly-concurrent workloads](xtradb-performance-improvements.md) +* **query** — [Adaptive network buffers](adaptive-network-buffers.md), [Audit Log Filter format - JSON](audit-log-filter-json.md), [Audit Log Filter overview](audit-log-filter-overview.md), [Audit log plugin](audit-log-plugin.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Compressed columns with dictionaries](compressed-columns.md), [Data masking component functions and variables](data-masking-function-list.md), [Use Docker Compose and named volumes](docker-compose.md), [Encryption functions](encryption-functions.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [FIDO authentication plugin](fido-authentication-plugin.md), [Filter the Audit Log Filter logs](filter-audit-log-filter-files.md), [Functions](functions.md), [Improved MEMORY storage engine](improved-memory-engine.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [InnoDB page fragmentation counters](innodb-fragmentation-count.md), [Extended show engine InnoDB status](innodb-show-status.md), [JSON in Percona Server for MySQL](json-overview.md), [Additional INFORMATION_SCHEMA tables](misc-info-schema-tables.md), [MyRocks Information Schema tables](myrocks-information-schema-tables.md), [MyRocks server variables](myrocks-server-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [The ProcFS plugin](procfs-plugin.md), [Limit the estimation of records in a Query](query-limit-records.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Restrict dynamic log file locations](restrict-dynamic-log-locations.md), [Slow query log](slow-extended.md), [Slow query log rotation and expiration](slowlog-rotation.md), [SQL basics](sql-basics.md), [SQL operators](sql-operators.md), [SQL syntax](sql-syntax.md), [Thread pool](threadpool.md), [Trigger updates](trigger-updates.md), [Troubleshoot SQL code](troubleshooting-sql.md), [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md), [UUID_VX component](uuid-versions.md), [Verify the encryption for tables, tablespaces, and schemas](verify-encryption.md), [Views](views.md), [Write audit_log_filter definitons](write-filter-definitions.md), [XtraDB performance improvements for I/O-bound highly-concurrent workloads](xtradb-performance-improvements.md) ## R @@ -308,10 +305,10 @@ **Keywords:** -* **redo** — [Defaults and tuning guidance for {{vers}}](8.4-defaults-and-tuning.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Log encryption](encrypt-logs.md), [Glossary](glossary.md), [Extended show engine InnoDB status](innodb-show-status.md), [Post-installation](post-installation.md), [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md) -* **replication** — [Breaking and incompatible changes in {{vers}}](8.4-breaking-changes.md), [Compatibility and removed items in {{vers}}](8.4-compatibility-and-removed-items.md), [Audit Log Filter restrictions](audit-log-filter-restrictions.md), [Backup and restore overview](backup-restore-overview.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Data masking overview](data-masking-overview.md), [Downgrade Percona Server for MySQL](downgrade.md), [Frequently asked questions](faq.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Manage group replication flow control](group-replication-flow-control.md), [Group replication system variables](group-replication-system-variables.md), [Index](index-contents.md), [Suppress warning messages](log-warnings-suppress.md), [MyRocks limitations](myrocks-limitations.md), [MyRocks server variables](myrocks-server-variables.md), [MySQL upgrade paths and supported methods](mysql-upgrade-paths.md), [Percona Toolkit updates for {{vers}}](percona-toolkit-8.4-updates.md), [Slow query log](slow-extended.md), [Slow query log rotation and expiration](slowlog-rotation.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md), [Upgrade strategies](upgrade-strategies.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md), [User statistics](user-stats.md) -* **restore** — [Defaults and tuning guidance for {{vers}}](8.4-defaults-and-tuning.md), [Backup and restore overview](backup-restore-overview.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Index](index-contents.md), [Expanded fast index creation](innodb-expanded-fast-index-creation.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Next steps](quickstart-next-steps.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Transaction management](transaction-mgmt.md), [Troubleshoot SELinux issues](troubleshoot-selinux.md), [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md), [Upgrade procedures for {{vers}}](upgrade-procedures.md), [Upgrade strategies](upgrade-strategies.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md) -* **row** — [Breaking and incompatible changes in {{vers}}](8.4-breaking-changes.md), [Backup locks](backup-locks.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Compressed columns with dictionaries](compressed-columns.md), [Data masking overview](data-masking-overview.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Improved MEMORY storage engine](improved-memory-engine.md), [INSERT statement](insert.md), [JSON in Percona Server for MySQL](json-overview.md), [Kill idle transaction](kill-idle-trx.md), [Additional INFORMATION_SCHEMA tables](misc-info-schema-tables.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [PERCONA_SEQUENCE_TABLE(n) function](percona-sequence-table.md), [Process list](process-list.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [SEQUENCE_TABLE(n) function](sequence-table.md), [Slow query log](slow-extended.md), [UNINSTALL COMPONENT](uninstall-component.md), [UPDATE statement](update.md), [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md) +* **redo** — [Defaults and tuning guidance for {{vers}}](9.7-defaults-and-tuning.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Log encryption](encrypt-logs.md), [Glossary](glossary.md), [Extended show engine InnoDB status](innodb-show-status.md), [Post-installation](post-installation.md), [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md) +* **replication** — [Breaking and incompatible changes in {{vers}}](9.7-breaking-changes.md), [Compatibility and removed items in {{vers}}](9.7-compatibility-and-removed-items.md), [Audit Log Filter restrictions](audit-log-filter-restrictions.md), [Backup and restore overview](backup-restore-overview.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Data masking overview](data-masking-overview.md), [Downgrade Percona Server for MySQL](downgrade.md), [Frequently asked questions](faq.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Manage group replication flow control](group-replication-flow-control.md), [Group replication system variables](group-replication-system-variables.md), [Index](index-contents.md), [Suppress warning messages](log-warnings-suppress.md), [MyRocks limitations](myrocks-limitations.md), [MyRocks server variables](myrocks-server-variables.md), [MySQL upgrade paths and supported methods](mysql-upgrade-paths.md), [Percona Toolkit updates for {{vers}}](percona-toolkit-9.7-updates.md), [Slow query log](slow-extended.md), [Slow query log rotation and expiration](slowlog-rotation.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md), [Upgrade strategies](upgrade-strategies.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md), [User statistics](user-stats.md) +* **restore** — [Defaults and tuning guidance for {{vers}}](9.7-defaults-and-tuning.md), [Backup and restore overview](backup-restore-overview.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Index](index-contents.md), [Expanded fast index creation](innodb-expanded-fast-index-creation.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Next steps](quickstart-next-steps.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Transaction management](transaction-mgmt.md), [Troubleshoot SELinux issues](troubleshoot-selinux.md), [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md), [Upgrade procedures for {{vers}}](upgrade-procedures.md), [Upgrade strategies](upgrade-strategies.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md) +* **row** — [Breaking and incompatible changes in {{vers}}](9.7-breaking-changes.md), [Backup locks](backup-locks.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Compressed columns with dictionaries](compressed-columns.md), [Data masking overview](data-masking-overview.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Improved MEMORY storage engine](improved-memory-engine.md), [INSERT statement](insert.md), [JSON in Percona Server for MySQL](json-overview.md), [Kill idle transaction](kill-idle-trx.md), [Additional INFORMATION_SCHEMA tables](misc-info-schema-tables.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [PERCONA_SEQUENCE_TABLE(n) function](percona-sequence-table.md), [Process list](process-list.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [SEQUENCE_TABLE(n) function](sequence-table.md), [Slow query log](slow-extended.md), [UNINSTALL COMPONENT](uninstall-component.md), [UPDATE statement](update.md), [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md) ## S @@ -338,9 +335,9 @@ **Keywords:** -* **schema** — [Defaults and tuning guidance for {{vers}}](8.4-defaults-and-tuning.md), [Backup and restore overview](backup-restore-overview.md), [MySQL Clone plugin](clone-plugin.md), [Compressed columns with dictionaries](compressed-columns.md), [Common data types](data-types-basic.md), [Docker environment variables](docker-config.md), [Encrypt File-Per-Table Tablespace](encrypt-file-per-table-tablespace.md), [Encrypt schema or general tablespace](encrypt-tablespaces.md), [Glossary](glossary.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Additional INFORMATION_SCHEMA tables](misc-info-schema-tables.md), [Percona MyRocks introduction](myrocks-index.md), [MyRocks Information Schema tables](myrocks-information-schema-tables.md), [MyRocks limitations](myrocks-limitations.md), [Performance Schema MyRocks changes](performance-schema-myrocks-changes.md), [Post-installation](post-installation.md), [The ProcFS plugin](procfs-plugin.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Secure Percona Server for MySQL with SELinux](selinux.md), [Slow query log](slow-extended.md), [Triggers](triggers.md), [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md), [User statistics](user-stats.md), [Utility user](utility-user.md), [Views](views.md), [Write audit_log_filter definitons](write-filter-definitions.md) +* **schema** — [Defaults and tuning guidance for {{vers}}](9.7-defaults-and-tuning.md), [Backup and restore overview](backup-restore-overview.md), [MySQL Clone plugin](clone-plugin.md), [Compressed columns with dictionaries](compressed-columns.md), [Common data types](data-types-basic.md), [Docker environment variables](docker-config.md), [Encrypt File-Per-Table Tablespace](encrypt-file-per-table-tablespace.md), [Encrypt schema or general tablespace](encrypt-tablespaces.md), [Glossary](glossary.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Additional INFORMATION_SCHEMA tables](misc-info-schema-tables.md), [Percona MyRocks introduction](myrocks-index.md), [MyRocks Information Schema tables](myrocks-information-schema-tables.md), [MyRocks limitations](myrocks-limitations.md), [Performance Schema MyRocks changes](performance-schema-myrocks-changes.md), [Post-installation](post-installation.md), [The ProcFS plugin](procfs-plugin.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Secure Percona Server for MySQL with SELinux](selinux.md), [Slow query log](slow-extended.md), [Triggers](triggers.md), [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md), [User statistics](user-stats.md), [Utility user](utility-user.md), [Views](views.md), [Write audit_log_filter definitons](write-filter-definitions.md) * **snapshot** — [Backup locks](backup-locks.md), [MySQL Clone plugin](clone-plugin.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Index](index-contents.md), [Differences between Percona MyRocks and Facebook MyRocks](myrocks-differences.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md) -* **SSL** — [Compatibility and removed items in {{vers}}](8.4-compatibility-and-removed-items.md), [FIPS compliance](fips.md), [Index](index-contents.md), [LDAP authentication plugin system variables](ldap-system-variables.md), [Percona Toolkit updates for {{vers}}](percona-toolkit-8.4-updates.md), [SSL improvements](ssl-improvement.md), [User statistics](user-stats.md) +* **SSL** — [Compatibility and removed items in {{vers}}](9.7-compatibility-and-removed-items.md), [FIPS compliance](fips.md), [Index](index-contents.md), [LDAP authentication plugin system variables](ldap-system-variables.md), [Percona Toolkit updates for {{vers}}](percona-toolkit-9.7-updates.md), [SSL improvements](ssl-improvement.md), [User statistics](user-stats.md) * **storage engine** — [DEB repository package list - Percona Server for MySQL {{vers}}](apt-files.md), [Audit Log Filter overview](audit-log-filter-overview.md), [MySQL Clone plugin](clone-plugin.md), [Compressed columns with dictionaries](compressed-columns.md), [Enforcing storage engine](enforce-engine.md), [Extended mysqldump](extended-mysqldump.md), [Extended SET VAR optimizer hint](extended-set-var.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Glossary](glossary.md), [Improved MEMORY storage engine](improved-memory-engine.md), [Index](index-contents.md), [Improved InnoDB I/O scalability](innodb-io.md), [Percona MyRocks installation guide](install-myrocks.md), [Differences between Percona MyRocks and Facebook MyRocks](myrocks-differences.md), [Gap locks detection](myrocks-gap-locks-detection.md), [Percona MyRocks introduction](myrocks-index.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [The Percona XtraDB storage engine](percona-xtradb.md), [Show storage engines](show-engines.md), [SQL syntax](sql-syntax.md), [Upgrade procedures for {{vers}}](upgrade-procedures.md), [Yum repository package list - Percona Server for MySQL {{vers}}](yum-files.md) ## T @@ -364,13 +361,13 @@ **Keywords:** -* **table** — [Breaking and incompatible changes in {{vers}}](8.4-breaking-changes.md), [Compatibility and removed items in {{vers}}](8.4-compatibility-and-removed-items.md), [Additional PERFORMANCE_SCHEMA tables](additional-performance-schema-tables.md), [Multiple page asynchronous I/O requests](aio-page-requests.md), [Audit Log Filter format - JSON](audit-log-filter-json.md), [Audit Log Filter file naming conventions](audit-log-filter-naming.md), [Audit Log Filter format - XML (new style)](audit-log-filter-new.md), [Audit Log Filter format - XML (old style)](audit-log-filter-old.md), [Audit Log Filter overview](audit-log-filter-overview.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Audit log plugin](audit-log-plugin.md), [Backup locks](backup-locks.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [MySQL Clone plugin](clone-plugin.md), [Common SQL commands](common-sql.md), [Compressed columns with dictionaries](compressed-columns.md), [Copyright and licensing information](copyright-and-licensing-information.md), [Create a table](create-table.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Data masking component functions and variables](data-masking-function-list.md), [Data masking overview](data-masking-overview.md), [Common data types](data-types-basic.md), [Introduction to Databases and SQL](database.md), [DELETE statement](delete.md), [Use Docker Compose and named volumes](docker-compose.md), [Encrypt File-Per-Table Tablespace](encrypt-file-per-table-tablespace.md), [Log encryption](encrypt-logs.md), [Encrypt schema or general tablespace](encrypt-tablespaces.md), [Encrypt temporary files](encrypt-temporary-files.md), [Enforcing storage engine](enforce-engine.md), [Review effective privileges with SHOW EFFECTIVE GRANTS](extended-show-grants.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [FIDO authentication plugin](fido-authentication-plugin.md), [Filter the Audit Log Filter logs](filter-audit-log-filter-files.md), [Glossary](glossary.md), [Improved MEMORY storage engine](improved-memory-engine.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Handle corrupted tables](innodb-corrupt-table-action.md), [Expanded fast index creation](innodb-expanded-fast-index-creation.md), [InnoDB page fragmentation counters](innodb-fragmentation-count.md), [Extended show engine InnoDB status](innodb-show-status.md), [INSERT statement](insert.md), [Install the data masking component](install-data-masking-component.md), [Percona MyRocks installation guide](install-myrocks.md), [JSON in Percona Server for MySQL](json-overview.md), [Additional INFORMATION_SCHEMA tables](misc-info-schema-tables.md), [Modify a table](modify-tables.md), [Updated supported features](myrocks-added-features.md), [MyRocks column families](myrocks-column-families.md), [Data loading](myrocks-data-loading.md), [MyRocks Information Schema tables](myrocks-information-schema-tables.md), [MyRocks limitations](myrocks-limitations.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [PERCONA_SEQUENCE_TABLE(n) function](percona-sequence-table.md), [Performance Schema MyRocks changes](performance-schema-myrocks-changes.md), [Post-installation](post-installation.md), [Process list](process-list.md), [Limit the estimation of records in a Query](query-limit-records.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [SELECT statement](select.md), [SEQUENCE_TABLE(n) function](sequence-table.md), [Slow query log](slow-extended.md), [Stack trace](stacktrace.md), [Introduction to database tables](table.md), [Trigger updates](trigger-updates.md), [Triggers](triggers.md), [Troubleshoot SQL code](troubleshooting-sql.md), [UNINSTALL COMPONENT](uninstall-component.md), [UPDATE statement](update.md), [User statistics](user-stats.md), [Utility user](utility-user.md), [UUID_VX component](uuid-versions.md), [Verify the encryption for tables, tablespaces, and schemas](verify-encryption.md), [Views](views.md), [Write audit_log_filter definitons](write-filter-definitions.md) +* **table** — [Breaking and incompatible changes in {{vers}}](9.7-breaking-changes.md), [Compatibility and removed items in {{vers}}](9.7-compatibility-and-removed-items.md), [Additional PERFORMANCE_SCHEMA tables](additional-performance-schema-tables.md), [Multiple page asynchronous I/O requests](aio-page-requests.md), [Audit Log Filter format - JSON](audit-log-filter-json.md), [Audit Log Filter file naming conventions](audit-log-filter-naming.md), [Audit Log Filter format - XML (new style)](audit-log-filter-new.md), [Audit Log Filter format - XML (old style)](audit-log-filter-old.md), [Audit Log Filter overview](audit-log-filter-overview.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Audit log plugin](audit-log-plugin.md), [Backup locks](backup-locks.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [MySQL Clone plugin](clone-plugin.md), [Common SQL commands](common-sql.md), [Compressed columns with dictionaries](compressed-columns.md), [Copyright and licensing information](copyright-and-licensing-information.md), [Create a table](create-table.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Data masking component functions and variables](data-masking-function-list.md), [Data masking overview](data-masking-overview.md), [Common data types](data-types-basic.md), [Introduction to Databases and SQL](database.md), [DELETE statement](delete.md), [Use Docker Compose and named volumes](docker-compose.md), [Encrypt File-Per-Table Tablespace](encrypt-file-per-table-tablespace.md), [Log encryption](encrypt-logs.md), [Encrypt schema or general tablespace](encrypt-tablespaces.md), [Encrypt temporary files](encrypt-temporary-files.md), [Enforcing storage engine](enforce-engine.md), [Review effective privileges with SHOW EFFECTIVE GRANTS](extended-show-grants.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [FIDO authentication plugin](fido-authentication-plugin.md), [Filter the Audit Log Filter logs](filter-audit-log-filter-files.md), [Glossary](glossary.md), [Improved MEMORY storage engine](improved-memory-engine.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Handle corrupted tables](innodb-corrupt-table-action.md), [Expanded fast index creation](innodb-expanded-fast-index-creation.md), [InnoDB page fragmentation counters](innodb-fragmentation-count.md), [Extended show engine InnoDB status](innodb-show-status.md), [INSERT statement](insert.md), [Install the data masking component](install-data-masking-component.md), [Percona MyRocks installation guide](install-myrocks.md), [JSON in Percona Server for MySQL](json-overview.md), [Additional INFORMATION_SCHEMA tables](misc-info-schema-tables.md), [Modify a table](modify-tables.md), [Updated supported features](myrocks-added-features.md), [MyRocks column families](myrocks-column-families.md), [Data loading](myrocks-data-loading.md), [MyRocks Information Schema tables](myrocks-information-schema-tables.md), [MyRocks limitations](myrocks-limitations.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [PERCONA_SEQUENCE_TABLE(n) function](percona-sequence-table.md), [Performance Schema MyRocks changes](performance-schema-myrocks-changes.md), [Post-installation](post-installation.md), [Process list](process-list.md), [Limit the estimation of records in a Query](query-limit-records.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [SELECT statement](select.md), [SEQUENCE_TABLE(n) function](sequence-table.md), [Slow query log](slow-extended.md), [Stack trace](stacktrace.md), [Introduction to database tables](table.md), [Trigger updates](trigger-updates.md), [Triggers](triggers.md), [Troubleshoot SQL code](troubleshooting-sql.md), [UNINSTALL COMPONENT](uninstall-component.md), [UPDATE statement](update.md), [User statistics](user-stats.md), [Utility user](utility-user.md), [UUID_VX component](uuid-versions.md), [Verify the encryption for tables, tablespaces, and schemas](verify-encryption.md), [Views](views.md), [Write audit_log_filter definitons](write-filter-definitions.md) * **tech preview** — [Data masking component functions and variables](data-masking-function-list.md), [Glossary](glossary.md), [Group replication system variables](group-replication-system-variables.md), [Additional INFORMATION_SCHEMA tables](misc-info-schema-tables.md), [MyRocks server variables](myrocks-server-variables.md), [Limit the estimation of records in a Query](query-limit-records.md), [Verify the encryption for tables, tablespaces, and schemas](verify-encryption.md) * **thread** — [Percona Server for MySQL feature comparison](feature-comparison.md), [Filter the Audit Log Filter logs](filter-audit-log-filter-files.md), [Index](index-contents.md), [Extended show engine InnoDB status](innodb-show-status.md), [js_lang stored procedure and function overview](js-lang-overview.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [PAM authentication plugin](pam-plugin.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Process list](process-list.md), [Slow query log](slow-extended.md), [Thread based profiling](thread-based-profiling.md), [Thread pool](threadpool.md), [User statistics](user-stats.md), [XtraDB performance improvements for I/O-bound highly-concurrent workloads](xtradb-performance-improvements.md) * **timeout** — [Group replication system variables](group-replication-system-variables.md), [Extended show engine InnoDB status](innodb-show-status.md), [Troubleshoot js_lang procedures and functions](js-lang-troubleshoot.md), [Kill idle transaction](kill-idle-trx.md), [MyRocks server variables](myrocks-server-variables.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Use the keyring vault component](use-keyring-vault-component.md) -* **TLS** — [Breaking and incompatible changes in {{vers}}](8.4-breaking-changes.md), [LDAP authentication plugin system variables](ldap-system-variables.md), [Percona Toolkit updates for {{vers}}](percona-toolkit-8.4-updates.md), [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md) +* **TLS** — [Breaking and incompatible changes in {{vers}}](9.7-breaking-changes.md), [LDAP authentication plugin system variables](ldap-system-variables.md), [Percona Toolkit updates for {{vers}}](percona-toolkit-9.7-updates.md), [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md) * **transaction** — [Backup locks](backup-locks.md), [Managing binary log disk space](binlog-space.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Common SQL commands](common-sql.md), [Create a table](create-table.md), [Introduction to Databases and SQL](database.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Glossary](glossary.md), [Index](index-contents.md), [Extended show engine InnoDB status](innodb-show-status.md), [Isolation levels](isolation-levels.md), [Kill idle transaction](kill-idle-trx.md), [Modify a table](modify-tables.md), [Updated supported features](myrocks-added-features.md), [Data loading](myrocks-data-loading.md), [Differences between Percona MyRocks and Facebook MyRocks](myrocks-differences.md), [Gap locks detection](myrocks-gap-locks-detection.md), [MyRocks Information Schema tables](myrocks-information-schema-tables.md), [MyRocks limitations](myrocks-limitations.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [SQL syntax](sql-syntax.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Introduction to database tables](table.md), [Thread pool](threadpool.md), [Transaction management](transaction-mgmt.md), [Views](views.md) -* **trigger** — [Breaking and incompatible changes in {{vers}}](8.4-breaking-changes.md), [Audit Log Filter restrictions](audit-log-filter-restrictions.md), [Index](index-contents.md), [Data loading](myrocks-data-loading.md), [MyRocks server variables](myrocks-server-variables.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Variables in stored procedures, functions, and triggers](stored-procedure-variables.md), [Trigger updates](trigger-updates.md), [Triggers](triggers.md), [Troubleshoot SELinux issues](troubleshoot-selinux.md) +* **trigger** — [Breaking and incompatible changes in {{vers}}](9.7-breaking-changes.md), [Audit Log Filter restrictions](audit-log-filter-restrictions.md), [Index](index-contents.md), [Data loading](myrocks-data-loading.md), [MyRocks server variables](myrocks-server-variables.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [Variables in stored procedures, functions, and triggers](stored-procedure-variables.md), [Trigger updates](trigger-updates.md), [Triggers](triggers.md), [Troubleshoot SELinux issues](troubleshoot-selinux.md) ## U @@ -385,7 +382,7 @@ * [Uninstall the js_lang component](uninstall-js-lang.md) * [UPDATE statement](update.md) * [Updated supported features](myrocks-added-features.md) -* [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md) +* [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md) * [Upgrade from 8.0 to {{vers}} overview](upgrade.md) * [Upgrade from plugins to components](upgrade-components.md) * [Upgrade procedures for {{vers}}](upgrade-procedures.md) @@ -405,10 +402,10 @@ **Keywords:** -* **undo** — [Defaults and tuning guidance for {{vers}}](8.4-defaults-and-tuning.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Log encryption](encrypt-logs.md), [Encrypt temporary files](encrypt-temporary-files.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Kill idle transaction](kill-idle-trx.md), [Transaction management](transaction-mgmt.md), [UNINSTALL COMPONENT](uninstall-component.md), [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md) -* **user** — [Breaking and incompatible changes in {{vers}}](8.4-breaking-changes.md), [Additional PERFORMANCE_SCHEMA tables](additional-performance-schema-tables.md), [Use an APT repository to install Percona Server for MySQL {{vers}}](apt-repo.md), [Run Percona Server for MySQL {{vers}} after APT repository installation](apt-run.md), [Audit Log Filter compression and encryption](audit-log-filter-compression-encryption.md), [Audit Log Filter format - XML (new style)](audit-log-filter-new.md), [Audit Log Filter format - XML (old style)](audit-log-filter-old.md), [Audit Log Filter overview](audit-log-filter-overview.md), [Audit Log Filter restrictions](audit-log-filter-restrictions.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Audit log plugin](audit-log-plugin.md), [Authentication methods](authentication-methods.md), [Backup and restore overview](backup-restore-overview.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [MySQL Clone plugin](clone-plugin.md), [Compressed columns with dictionaries](compressed-columns.md), [Copyright and licensing information](copyright-and-licensing-information.md), [Create a table](create-table.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Data masking component functions and variables](data-masking-function-list.md), [Data masking overview](data-masking-overview.md), [Common data types](data-types-basic.md), [Introduction to Databases and SQL](database.md), [Docker environment variables](docker-config.md), [Running Percona Server for MySQL in a Docker Container](docker.md), [Encrypt temporary files](encrypt-temporary-files.md), [Encryption functions](encryption-functions.md), [Enforcing storage engine](enforce-engine.md), [Review effective privileges with SHOW EFFECTIVE GRANTS](extended-show-grants.md), [Frequently asked questions](faq.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [FIDO authentication plugin](fido-authentication-plugin.md), [Filter the Audit Log Filter logs](filter-audit-log-filter-files.md), [Improved MEMORY storage engine](improved-memory-engine.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Percona MyRocks installation guide](install-myrocks.md), [Isolation levels](isolation-levels.md), [js_lang Console API](js-lang-console-api.md), [js_lang stored procedure and function overview](js-lang-overview.md), [js_lang privileges](js-lang-privileges.md), [Troubleshoot js_lang procedures and functions](js-lang-troubleshoot.md), [JSON in Percona Server for MySQL](json-overview.md), [Using LDAP authentication plugins](ldap-authentication.md), [LDAP authentication plugin system variables](ldap-system-variables.md), [MyRocks column families](myrocks-column-families.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [PAM authentication plugin](pam-plugin.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Post-installation](post-installation.md), [Process list](process-list.md), [The ProcFS plugin](procfs-plugin.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [SELinux contexts and labels](selinux-contexts.md), [Secure Percona Server for MySQL with SELinux](selinux.md), [SQL syntax](sql-syntax.md), [Introduction to database tables](table.md), [Telemetry on Percona Server for MySQL](telemetry.md), [Percona Toolkit UDFs](udf-percona-toolkit.md), [Upgrade from plugins to components](upgrade-components.md), [User statistics](user-stats.md), [Use the Amazon Key Management Service (AWS KMS)](using-amz-kms.md), [Utility user](utility-user.md), [UUID_VX component](uuid-versions.md), [Write audit_log_filter definitons](write-filter-definitions.md), [Install using DNF](yum-repo.md) +* **undo** — [Defaults and tuning guidance for {{vers}}](9.7-defaults-and-tuning.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Log encryption](encrypt-logs.md), [Encrypt temporary files](encrypt-temporary-files.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Kill idle transaction](kill-idle-trx.md), [Transaction management](transaction-mgmt.md), [UNINSTALL COMPONENT](uninstall-component.md), [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md) +* **user** — [Breaking and incompatible changes in {{vers}}](9.7-breaking-changes.md), [Additional PERFORMANCE_SCHEMA tables](additional-performance-schema-tables.md), [Use an APT repository to install Percona Server for MySQL {{vers}}](apt-repo.md), [Run Percona Server for MySQL {{vers}} after APT repository installation](apt-run.md), [Audit Log Filter compression and encryption](audit-log-filter-compression-encryption.md), [Audit Log Filter format - XML (new style)](audit-log-filter-new.md), [Audit Log Filter format - XML (old style)](audit-log-filter-old.md), [Audit Log Filter overview](audit-log-filter-overview.md), [Audit Log Filter restrictions](audit-log-filter-restrictions.md), [Audit log filter functions, options, and variables](audit-log-filter-variables.md), [Audit log plugin](audit-log-plugin.md), [Authentication methods](authentication-methods.md), [Backup and restore overview](backup-restore-overview.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [MySQL Clone plugin](clone-plugin.md), [Compressed columns with dictionaries](compressed-columns.md), [Copyright and licensing information](copyright-and-licensing-information.md), [Create a table](create-table.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Data masking component functions and variables](data-masking-function-list.md), [Data masking overview](data-masking-overview.md), [Common data types](data-types-basic.md), [Introduction to Databases and SQL](database.md), [Docker environment variables](docker-config.md), [Running Percona Server for MySQL in a Docker Container](docker.md), [Encrypt temporary files](encrypt-temporary-files.md), [Encryption functions](encryption-functions.md), [Enforcing storage engine](enforce-engine.md), [Review effective privileges with SHOW EFFECTIVE GRANTS](extended-show-grants.md), [Frequently asked questions](faq.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [FIDO authentication plugin](fido-authentication-plugin.md), [Filter the Audit Log Filter logs](filter-audit-log-filter-files.md), [Improved MEMORY storage engine](improved-memory-engine.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Percona MyRocks installation guide](install-myrocks.md), [Isolation levels](isolation-levels.md), [js_lang Console API](js-lang-console-api.md), [js_lang stored procedure and function overview](js-lang-overview.md), [js_lang privileges](js-lang-privileges.md), [Troubleshoot js_lang procedures and functions](js-lang-troubleshoot.md), [JSON in Percona Server for MySQL](json-overview.md), [Using LDAP authentication plugins](ldap-authentication.md), [LDAP authentication plugin system variables](ldap-system-variables.md), [MyRocks column families](myrocks-column-families.md), [MyRocks server variables](myrocks-server-variables.md), [MyRocks status variables](myrocks-status-variables.md), [PAM authentication plugin](pam-plugin.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [Post-installation](post-installation.md), [Process list](process-list.md), [The ProcFS plugin](procfs-plugin.md), [Install Percona Server for MySQL and create a database on Ubuntu](quickstart-apt.md), [Quickstart - Run Percona Server for MySQL container images with Docker](quickstart-docker.md), [Install Percona Server for MySQL and create a database on Oracle Linux](quickstart-yum.md), [SELinux contexts and labels](selinux-contexts.md), [Secure Percona Server for MySQL with SELinux](selinux.md), [SQL syntax](sql-syntax.md), [Introduction to database tables](table.md), [Telemetry on Percona Server for MySQL](telemetry.md), [Percona Toolkit UDFs](udf-percona-toolkit.md), [Upgrade from plugins to components](upgrade-components.md), [User statistics](user-stats.md), [Use the Amazon Key Management Service (AWS KMS)](using-amz-kms.md), [Utility user](utility-user.md), [UUID_VX component](uuid-versions.md), [Write audit_log_filter definitons](write-filter-definitions.md), [Install using DNF](yum-repo.md) * **utf8mb4** — [js_lang type conversions](js-lang-type-conversions.md), [UUID_VX component](uuid-versions.md) -* **UUID** — [Compatibility and removed items in {{vers}}](8.4-compatibility-and-removed-items.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Data masking component functions and variables](data-masking-function-list.md), [Index](index-contents.md), [Use the Amazon Key Management Service (AWS KMS)](using-amz-kms.md), [UUID_VX component](uuid-versions.md) +* **UUID** — [Compatibility and removed items in {{vers}}](9.7-compatibility-and-removed-items.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Data masking component functions and variables](data-masking-function-list.md), [Index](index-contents.md), [Use the Amazon Key Management Service (AWS KMS)](using-amz-kms.md), [UUID_VX component](uuid-versions.md) ## V @@ -436,8 +433,8 @@ **Keywords:** -* **xtrabackup** — [Compatibility and removed items in {{vers}}](8.4-compatibility-and-removed-items.md), [Backup locks](backup-locks.md), [Backup and restore overview](backup-restore-overview.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Development of Percona Server for MySQL](development.md), [Use Docker Compose and named volumes](docker-compose.md), [Frequently asked questions](faq.md), [Install Percona Server for MySQL](installation.md), [Next steps](quickstart-next-steps.md), [Trademark policy](trademark-policy.md), [Upgrade checklist for {{vers}}](upgrade-checklist-8.4.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md) -* **XtraDB** — [Compatibility and removed items in {{vers}}](8.4-compatibility-and-removed-items.md), [Compressed columns with dictionaries](compressed-columns.md), [Frequently asked questions](faq.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Glossary](glossary.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [Handle corrupted tables](innodb-corrupt-table-action.md), [Improved InnoDB I/O scalability](innodb-io.md), [Extended show engine InnoDB status](innodb-show-status.md), [Percona MyRocks installation guide](install-myrocks.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [The Percona XtraDB storage engine](percona-xtradb.md), [Next steps](quickstart-next-steps.md), [Show storage engines](show-engines.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Trademark policy](trademark-policy.md), [XtraDB performance improvements for I/O-bound highly-concurrent workloads](xtradb-performance-improvements.md), [Install using DNF](yum-repo.md) +* **xtrabackup** — [Compatibility and removed items in {{vers}}](9.7-compatibility-and-removed-items.md), [Backup locks](backup-locks.md), [Backup and restore overview](backup-restore-overview.md), [Binary logs and replication improvements](binlogging-replication-improvements.md), [Data at Rest Encryption](data-at-rest-encryption.md), [Development of Percona Server for MySQL](development.md), [Use Docker Compose and named volumes](docker-compose.md), [Frequently asked questions](faq.md), [Install Percona Server for MySQL](installation.md), [Next steps](quickstart-next-steps.md), [Trademark policy](trademark-policy.md), [Upgrade checklist for {{vers}}](upgrade-checklist-9.7.md), [Upgrade from 8.0 to {{vers}} overview](upgrade.md) +* **XtraDB** — [Compatibility and removed items in {{vers}}](9.7-compatibility-and-removed-items.md), [Compressed columns with dictionaries](compressed-columns.md), [Frequently asked questions](faq.md), [Percona Server for MySQL feature comparison](feature-comparison.md), [Glossary](glossary.md), [Index](index-contents.md), [Index of INFORMATION_SCHEMA tables](index-info-schema-tables.md), [Percona Server for MySQL {{vers}} - Documentation](index.md), [Handle corrupted tables](innodb-corrupt-table-action.md), [Improved InnoDB I/O scalability](innodb-io.md), [Extended show engine InnoDB status](innodb-show-status.md), [Percona MyRocks installation guide](install-myrocks.md), [List of features available in Percona Server for MySQL releases](percona-server-versions-comparison.md), [The Percona XtraDB storage engine](percona-xtradb.md), [Next steps](quickstart-next-steps.md), [Show storage engines](show-engines.md), [Start transaction with consistent snapshot](start-transaction-with-consistent-snapshot.md), [Trademark policy](trademark-policy.md), [XtraDB performance improvements for I/O-bound highly-concurrent workloads](xtradb-performance-improvements.md), [Install using DNF](yum-repo.md) ## Y diff --git a/docs/js-lang-overview.md b/docs/js-lang-overview.md index 70e42d72bb2..1303d6552f0 100644 --- a/docs/js-lang-overview.md +++ b/docs/js-lang-overview.md @@ -18,7 +18,7 @@ You can use stored procedures and functions written in JS with a MySQL-compatibl ## Limitations -The JS procedure parameters cannot be [JS reserved words :octicons-link-external-16:](https://developer.mozilla.org/en-US/docs/Web/JS/Reference/Lexical_grammar#reserved_words) and must be [legal JS identifiers :octicons-link-external-16:](https://www.capscode.in/blog/valid-identifier-in-js). +The JS procedure parameters cannot be JS reserved words and must be [legal JS identifiers :octicons-link-external-16:](https://www.capscode.in/blog/valid-identifier-in-js). Our implementation offers the same level of JS support as the V8 engine inside the context of a database engine. You can check out the details at [v8.dev/docs :octicons-link-external-16:](https://v8.dev/docs) and [tc39.es/ecma262 :octicons-link-external-16:](https://v8.dev/docs). Developers have access to standard operators, data types, objects (such as Math), and functions defined in the ECMAScript standard. However, objects and modules specific to Node.NS or DOM, which are only available in browsers, are not accessible. diff --git a/docs/log-connection-error.md b/docs/log-connection-error.md index ea38354bbc6..948065b1a27 100644 --- a/docs/log-connection-error.md +++ b/docs/log-connection-error.md @@ -1,7 +1,6 @@ # Too many connections warning -If the [log_error_verbosity :octicons-link-external-16:](https://dev.mysql.com/doc/refman/{{vers}}/en/server-system- -variables.html#sysvar_log_error_verbosity) system variable is set to `2` or higher, this +If the [log_error_verbosity :octicons-link-external-16:](https://dev.mysql.com/doc/refman/{{vers}}/en/server-system-variables.html#sysvar_log_error_verbosity) system variable is set to `2` or higher, this feature generates the `Too many connections` warning in the log. !!! tip "Troubleshooting Connection Issues" diff --git a/docs/myrocks-limitations.md b/docs/myrocks-limitations.md index 7195a3ba8e7..7545049e564 100644 --- a/docs/myrocks-limitations.md +++ b/docs/myrocks-limitations.md @@ -76,7 +76,7 @@ If either condition is missing: You should also consider the following: -* All collations are supported on ``CHAR`` and ``VARCHAR`` indexed columns. By default, MyRocks prevents creating indexes with non-binary collations (including `latin1`). You can optionally use it by setting [rocksdb_strict_collation_exceptions](myrocks-server-variables.md#rocksdb_strict_collation_exceptions) to `t1` (table names with regex format), but non-binary covering indexes other than `latin1` (excluding `german1`) still require a primary key lookup to return the `CHAR` or `VARCHAR` column. +* All collations are supported on ``CHAR`` and ``VARCHAR`` indexed columns. By default, MyRocks prevents creating indexes with non-binary collations (including `latin1`). * Either `ORDER BY DESC` or `ORDER BY ASC` is slow. This is because of “Prefix Key Encoding” feature in RocksDB. See [https://www.slideshare.net/matsunobu/myrocks-deep-dive/58](https://www.slideshare.net/matsunobu/myrocks-deep-dive/58) for details. By default, ascending scan is faster and descending scan is slower. If the “reverse column family” is configured, then descending scan will be faster and ascending scan will be slower. Note that InnoDB also imposes a cost when the index is scanned in the opposite order. diff --git a/docs/myrocks-server-variables.md b/docs/myrocks-server-variables.md index a52df3e9e2e..899a99b7459 100644 --- a/docs/myrocks-server-variables.md +++ b/docs/myrocks-server-variables.md @@ -20,7 +20,6 @@ Also, all variables can exist in one or both of the following scopes: | Variable Name | |----------------------------------------------------------------------------------------------------------| -| [`rocksdb_access_hint_on_compaction_start`](#rocksdb_access_hint_on_compaction_start) | | [`rocksdb_advise_random_on_open`](#rocksdb_advise_random_on_open) | | [`rocksdb_allow_concurrent_memtable_write`](#rocksdb_allow_concurrent_memtable_write) | | [`rocksdb_allow_mmap_reads`](#rocksdb_allow_mmap_reads) | @@ -124,7 +123,6 @@ Also, all variables can exist in one or both of the following scopes: | [`rocksdb_io_error_action`](#rocksdb_io_error_action) | | [`rocksdb_is_fd_close_on_exec`](#rocksdb_is_fd_close_on_exec) | | [`rocksdb_keep_log_file_num`](#rocksdb_keep_log_file_num) | -| [`rocksdb_large_prefix`](#rocksdb_large_prefix) | | [`rocksdb_lock_scanned_rows`](#rocksdb_lock_scanned_rows) | | [`rocksdb_lock_wait_timeout`](#rocksdb_lock_wait_timeout) | | [`rocksdb_log_file_time_to_roll`](#rocksdb_log_file_time_to_roll) | @@ -183,8 +181,6 @@ Also, all variables can exist in one or both of the following scopes: | [`rocksdb_stats_level`](#rocksdb_stats_level) | | [`rocksdb_stats_recalc_rate`](#rocksdb_stats_recalc_rate) | | [`rocksdb_store_row_debug_checksums`](#rocksdb_store_row_debug_checksums) | -| [`rocksdb_strict_collation_check`](#rocksdb_strict_collation_check) | -| [`rocksdb_strict_collation_exceptions`](#rocksdb_strict_collation_exceptions) | | [`rocksdb_table_cache_numshardbits`](#rocksdb_table_cache_numshardbits) | | [`rocksdb_table_stats_background_thread_nice_value`](#rocksdb_table_stats_background_thread_nice_value) | | [`rocksdb_table_stats_max_num_rows_scanned`](#rocksdb_table_stats_max_num_rows_scanned) | @@ -3080,9 +3076,6 @@ a cardinality calculation. The minimum is `0` (every modification triggers a stats recalculation). The maximum is `18,446,744,073,709,551,615`. - - - ### `rocksdb_table_stats_recalc_threshold_count` | Option | Description | diff --git a/docs/mysql-upgrade-paths.md b/docs/mysql-upgrade-paths.md index ef8fa87f1b5..bb51bcdd0e2 100644 --- a/docs/mysql-upgrade-paths.md +++ b/docs/mysql-upgrade-paths.md @@ -31,12 +31,12 @@ MySQL supports different upgrade paths depending on the source and target versio ## Further reading * [Upgrade overview](./upgrade.md) -* [Upgrade checklist for {{vers}}](./upgrade-checklist-8.4.md) +* [Upgrade checklist for {{vers}}](./upgrade-checklist-9.7.md) * [Upgrade procedures for {{vers}}](./upgrade-procedures.md) * [Upgrade strategies](./upgrade-strategies.md) * [Upgrade from plugins to components](./upgrade-components.md) * [Downgrade options](./downgrade.md) -* [Breaking and incompatible changes in {{vers}}](./8.4-breaking-changes.md) -* [Compatibility and removed items in {{vers}}](./8.4-compatibility-and-removed-items.md) -* [Defaults and tuning guidance for {{vers}}](./8.4-defaults-and-tuning.md) -* [Percona Toolkit updates for {{vers}}](./percona-toolkit-8.4-updates.md) +* [Breaking and incompatible changes in {{vers}}](./9.7-breaking-changes.md) +* [Compatibility and removed items in {{vers}}](./9.7-compatibility-and-removed-items.md) +* [Defaults and tuning guidance for {{vers}}](./9.7-defaults-and-tuning.md) +* [Percona Toolkit updates for {{vers}}](./percona-toolkit-9.7-updates.md) diff --git a/docs/quickstart-next-steps.md b/docs/quickstart-next-steps.md index d686d06c111..599a4208d8d 100644 --- a/docs/quickstart-next-steps.md +++ b/docs/quickstart-next-steps.md @@ -46,7 +46,7 @@ Percona Monitoring and Management (PMM) monitors MySQL variants and provides met Percona XtraDB Cluster (PXC) is an open source, highly available clustering solution for MySQL based on Galera. -[Percona XtraDB Cluster Quickstart overview :octicons-link-external-16:](https://docs.percona.com/percona-xtradb-cluster/{{vers}}/quickstart-overview.html) +[Percona XtraDB Cluster Quickstart overview :octicons-link-external-16:](https://docs.percona.com/percona-xtradb-cluster/8.4/quickstart-overview.html) ### Advanced command-line tools diff --git a/docs/slow-extended.md b/docs/slow-extended.md index c1d566e7fce..a1a28087f45 100644 --- a/docs/slow-extended.md +++ b/docs/slow-extended.md @@ -401,7 +401,7 @@ If the query did not use *InnoDB* tables, that information is written into the l ## Related reading -* [Impact of logging on MySQL’s performance :octicons-link-external-16:](https://www.percona.com/blog/impact-of-logging-on-mysql%E2%80%99s-performance/) +* [Impact of logging on MySQL’s performance :octicons-link-external-16:](https://www.percona.com/blog/impact-of-logging-on-mysqls-performance/) * [log_slow_filter Usage :octicons-link-external-16:](https://www.percona.com/blog/finding-what-created_tmp_disk_tables-with-log_slow_filter/) diff --git a/docs/slowlog-rotation.md b/docs/slowlog-rotation.md index f21173b156b..1ef62cea96b 100644 --- a/docs/slowlog-rotation.md +++ b/docs/slowlog-rotation.md @@ -1,6 +1,6 @@ # Slow query log rotation and expiration -Percona has implemented two new variables, `max_slowlog_size` and `max_slowlog_files` to provide users with ability to control the slow query log disk usage. These variables have the same behavior as the [max_binlog_size variable :octicons-link-external-16:](https://dev.mysql.com/doc/refman/{{vers}}/en/replication-options-binary-log.html#sysvar_max_binlog_size) and the [max_binlog_files variable :octicons-link-external-16:](https://dev.mysql.com/doc/refman/{{vers}}/en/replication-options-binary-log) used for controlling the binary log. +Percona has implemented two new variables, `max_slowlog_size` and `max_slowlog_files` to provide users with ability to control the slow query log disk usage. These variables have the same behavior as the [max_binlog_size variable :octicons-link-external-16:](https://dev.mysql.com/doc/refman/{{vers}}/en/replication-options-binary-log.html#sysvar_max_binlog_size) and the [max_binlog_files variable :octicons-link-external-16:](https://dev.mysql.com/doc/refman/{{vers}}/en/replication-options-binary-log.html) used for controlling the binary log. ## `max_slowlog_size` diff --git a/docs/upgrade-components.md b/docs/upgrade-components.md index 5901bbc85c0..39560b8cc9d 100644 --- a/docs/upgrade-components.md +++ b/docs/upgrade-components.md @@ -66,15 +66,15 @@ The timing of the transition depends on the specific plugin: ## Further reading * [Upgrade overview](./upgrade.md) -* [Upgrade checklist for {{vers}}](./upgrade-checklist-8.4.md) +* [Upgrade checklist for {{vers}}](./upgrade-checklist-9.7.md) * [Upgrade procedures for {{vers}}](./upgrade-procedures.md) * [Upgrade strategies](./upgrade-strategies.md) * [MySQL upgrade paths and supported methods](./mysql-upgrade-paths.md) * [Downgrade options](./downgrade.md) -* [Breaking and incompatible changes in {{vers}}](./8.4-breaking-changes.md) -* [Compatibility and removed items in {{vers}}](./8.4-compatibility-and-removed-items.md) -* [Defaults and tuning guidance for {{vers}}](./8.4-defaults-and-tuning.md) -* [Percona Toolkit updates for {{vers}}](./percona-toolkit-8.4-updates.md) +* [Breaking and incompatible changes in {{vers}}](./9.7-breaking-changes.md) +* [Compatibility and removed items in {{vers}}](./9.7-compatibility-and-removed-items.md) +* [Defaults and tuning guidance for {{vers}}](./9.7-defaults-and-tuning.md) +* [Percona Toolkit updates for {{vers}}](./percona-toolkit-9.7-updates.md) ### Component-specific documentation diff --git a/docs/upgrade.md b/docs/upgrade.md index 910e679623a..1394ee26fac 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -126,7 +126,7 @@ We strongly advise upgrading to the latest LTS release (Percona Server for M Review these upgrade-related documents: -* [Upgrade checklist for {{vers}}](./upgrade-checklist-8.4.md) +* [Upgrade checklist for {{vers}}](./upgrade-checklist-9.7.md) * [Upgrade procedures for {{vers}}](./upgrade-procedures.md) @@ -138,13 +138,13 @@ Review these upgrade-related documents: * [Downgrade options](./downgrade.md) -* [Breaking and incompatible changes in {{vers}}](./8.4-breaking-changes.md) +* [Breaking and incompatible changes in {{vers}}](./9.7-breaking-changes.md) -* [Compatibility and removed items in {{vers}}](./8.4-compatibility-and-removed-items.md) +* [Compatibility and removed items in {{vers}}](./9.7-compatibility-and-removed-items.md) -* [Defaults and tuning guidance for {{vers}}](./8.4-defaults-and-tuning.md) +* [Defaults and tuning guidance for {{vers}}](./9.7-defaults-and-tuning.md) -* [Percona Toolkit updates for {{vers}}](./percona-toolkit-8.4-updates.md) +* [Percona Toolkit updates for {{vers}}](./percona-toolkit-9.7-updates.md) ### Additional MySQL documentation @@ -160,7 +160,7 @@ The following list summarizes a number of the changes in the 8.0 series and has * [Preparing your Installation for Upgrade :octicons-link-external-16:](https://dev.mysql.com/doc/refman/{{vers}}/en/upgrade-prerequisites.html) -* [Percona Server for MySQL {{vers}} Release notes :octicons-link-external-16:](https://docs.percona.com/percona-server/latest/release-notes/release-notes_index.html) +* [Percona Server for MySQL {{vers}} Release notes :octicons-link-external-16:](https://docs.percona.com/percona-server/{{vers}}/release-notes/release-notes-index.html) * [Upgrade Troubleshooting :octicons-link-external-16:](https://dev.mysql.com/doc/refman/{{vers}}/en/upgrade-troubleshooting.html)