Skip to content

Commit 971e834

Browse files
committed
PS-10296 [DOCS] - Retitle Files in the Yum package topic 8.4
On branch ps-10296-8.4 modified: docs/yum-files.md
1 parent cdde9ca commit 971e834

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
lines changed

docs/yum-files.md

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
1-
# Files in the RPM package built for Percona Server for MySQL {{vers}}
1+
# Yum repository package list - Percona Server for MySQL {{vers}}
22

3-
Each of the Percona Server for MySQL RPM packages has a particular purpose.
43

5-
|Package | Contains |
6-
|------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
7-
| percona-server-server | Server itself (the mysqld binary) |
8-
| percona-server-debuginfo | Debug symbols for the server |
9-
| percona-server-client | Command line client |
10-
| percona-server-devel | Header files needed to compile software using the client library. |
11-
| percona-server-shared | Client shared library. |
12-
| percona-server-shared-compat | Shared libraries for software compiled against older versions of the client library. The following libraries are included in this package: libmysqlclient.so.12, libmysqlclient.so.14, libmysqlclient.so.15, libmysqlclient.so.16, and libmysqlclient.so.18. <br/> <br/> This package is not included in downloads for Red Hat Enterprise Linux 9 and derivatives. |
13-
| percona-server-test | Includes the test suite for Percona Server for MySQL. |
4+
| Package Name | Description |
5+
|---------------|-------------|
6+
| percona-icu-data-files | Provides ICU (International Components for Unicode) data files required by Percona Server for locale, collation, and Unicode character set support. |
7+
| percona-mysql-router | A lightweight routing middleware that directs client connections to backend MySQL or Percona Server instances, often used in high availability setups. |
8+
| percona-mysql-router-debuginfo | Debug symbols for `percona-mysql-router`, used for troubleshooting or analyzing router crashes and performance issues. |
9+
| percona-server-client | Command-line client utilities for connecting to and managing MySQL/Percona Server instances, including tools like `mysql` and `mysqldump`. |
10+
| percona-server-client-debuginfo | Debug symbols for the client utilities, useful for diagnosing crashes or debugging client-related issues. |
11+
| percona-server-debuginfo | Debug symbols for the main Percona Server binaries, required when debugging or profiling the server process. |
12+
| percona-server-debugsource | Source code corresponding to the debug build of Percona Server, used for in-depth debugging and code-level analysis. |
13+
| percona-server-devel | Development files and headers for building applications that link against Percona Server client libraries. |
14+
| percona-server-rocksdb | The RocksDB storage engine plugin, providing high-performance key-value storage optimized for write-heavy workloads. |
15+
| percona-server-rocksdb-debuginfo | Debug symbols for the RocksDB plugin, useful for diagnosing issues or profiling RocksDB engine performance. |
16+
| percona-server-server | The main Percona Server daemon (`mysqld`) and associated server-side components for database management and operations. |
17+
| percona-server-server-debuginfo | Debug symbols for the Percona Server daemon, enabling developers to trace or debug server-level issues. |
18+
| percona-server-shared | Shared libraries used by both the Percona Server and client utilities, providing common functionality and APIs. |
19+
| percona-server-shared-debuginfo | Debug symbols for the shared libraries, useful for debugging applications that depend on these libraries. |
20+
| percona-server-test | A collection of tests used to verify the correctness and stability of Percona Server, typically used in QA or CI environments. |
21+
| percona-server-test-debuginfo | Debug symbols for the test suite, aiding developers in diagnosing issues encountered during test runs. |
22+
| percona-telemetry-agent | A lightweight agent that collects anonymous usage and performance data to help Percona improve its products. Optional and can be disabled. |

mkdocs-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ nav:
266266
- Uninstall: apt-uninstall-server.md
267267
- Use YUM:
268268
- Use RPM repositories: yum-repo.md
269-
- Files in RPM package: yum-files.md
269+
- RPM package list: yum-files.md
270270
- Downloaded RPM packages: yum-download-rpm.md
271271
- Run Percona Server for MySQL: yum-run.md
272272
- Uninstall: yum-uninstall.md

0 commit comments

Comments
 (0)