Skip to content

Commit

Permalink
Merge pull request #241 from percona/psmysql-docs-8.0-fixlinks
Browse files Browse the repository at this point in the history
FixLinks - broken links in 8.0.35 documentation (8.0)
  • Loading branch information
patrickbirch authored Dec 29, 2023
2 parents 4a9c556 + 300d389 commit be23058
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions docs/quickstart-next-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ After creating a database and running queries, you have taken the first steps to

These tasks will expand your knowledge and skills in using Percona Server for MySQL and become more confident and proficient in developing database applications.

Review the [Percona Server for MySQL documentation] for more information.
Review the [Percona Server for MySQL documentation](index.md) for more information.

## Other Percona products

Expand All @@ -49,5 +49,3 @@ Percona XtraDB Cluster (PXC) is a 100% open source, enterprise-grade, highly ava
Percona Toolkit is a collection of advanced command-line tools used by the Percona support staff to perform a variety of MySQL, MongoDB, and system tasks that are complex or difficult to perform manually. These tools are ideal alternatives to “one-off” scripts because they are professionally developed, formally tested, and documented. Each tool is self-contained, so installation is quick and easy and does not install libraries.

[Percona Toolkit documentation](https://docs.percona.com/percona-toolkit/)

[Percona Server for MySQL documentation]:(index.md)
2 changes: 1 addition & 1 deletion docs/release-notes/8.0.30-22.upd.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Find the full list of bug fixes and changes in the [MySQL 8.0.30 Release Notes](

## Deprecation and removal

This release removes the [Data Scrubbing](../data-scrubbing.md) feature.
This release removes the `Data Scrubbing` feature.

The `master_key` and `keyring_key` options are removed in the [`innodb_redo_log_encrypt`](../encrypting-redo-log.md#innodb_redo_log_encrypt) variable. The data type is changed to Boolean.

Expand Down
4 changes: 2 additions & 2 deletions docs/upgrade-percona-repos.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you used the TokuDB storage engine in Percona Server for MySQL 5.7, we recomm

5. Install the storage engine packages.

[Percona Server for MySQL 8.0.28-19](release-notes/Percona-Server-8.0.28-19.md#id3) removes TokuDB. For more information, see [TokuDB Introduction](tokudb/tokudb_intro.md).
[Percona Server for MySQL 8.0.28-19](release-notes/Percona-Server-8.0.28-19.md#id3) removes TokuDB. For more information, see [TokuDB Introduction](tokudb-intro.md).
If you used the TokuDB storage engine in Percona Server for MySQL 5.7, we recommend that you migrate to either MyRocks or InnoDB, verify the migration, and then upgrade to 8.0.

Expand Down Expand Up @@ -126,7 +126,7 @@ If you used the TokuDB storage engine in Percona Server for MySQL 5.7, we recomm
```

6. Install the storage engine packages.
[Percona Server for MySQL 8.0.28-19](release-notes/Percona-Server-8.0.28-19.md#id3) removes TokuDB. For more information, see [TokuDB Introduction](tokudb/tokudb_intro.md).
[Percona Server for MySQL 8.0.28-19](release-notes/Percona-Server-8.0.28-19.md#id3) removes TokuDB. For more information, see [TokuDB Introduction](tokudb-intro.md).
If you used the TokuDB storage engine in Percona Server for MySQL 5.7, we recommend that you migrate to either MyRocks or InnoDB, verify the migration, and then upgrade to 8.0.

Expand Down
2 changes: 1 addition & 1 deletion docs/upgrade-tokudb-myrocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ partitioned table for the *InnoDB* storage engine.
If you use partitioned tables with the *MyRocks* or *TokuDB* storage engine, the
upgrade may fail if you do not enable the native partitioning provided by the storage engine.

*TokuDB* is deprecated. For more information, see [TokuDB Introduction](tokudb/tokudb_intro.md).
*TokuDB* is deprecated. For more information, see [TokuDB Introduction](tokudb-intro.md).

Before you attempt the upgrade, check whether you have any tables that are not using the native partitioning.

Expand Down

0 comments on commit be23058

Please sign in to comment.