|
1 | | -# Files in the RPM package built for Percona Server for MySQL {{vers}} |
| 1 | +# Yum repository package list - Percona Server for MySQL {{vers}} |
2 | 2 |
|
3 | | -Each of the Percona Server for MySQL RPM packages has a particular purpose. |
4 | 3 |
|
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. | |
0 commit comments