|
1 | | -# Files in the DEB package built for Percona Server for MySQL {{vers}} |
| 1 | +# DEB repository package list - Percona Server for MySQL {{vers}} |
2 | 2 |
|
3 | | -| Package | Contains | |
4 | | -|------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
5 | | -| percona-server-server | The database server itself, the mysqld binary and associated files. | |
6 | | -| percona-server-common | The files common to the server and client. | |
7 | | -| percona-server-client | The command line client. | |
8 | | -| percona-server-dbg | Debug symbols for the server. | |
9 | | -| percona-server-test | The database test suite. | |
10 | | -| percona-server-source | The server source. | |
11 | | -| libperconaserverclient22-dev | Header files needed to compile software to use the client library. | |
12 | | -| libperconaserverclient22 | The client-shared library. The version is incremented when there is an ABI change that requires software using the client library to be recompiled or its source code modified. | |
| 3 | + |
| 4 | +| Package Name | Description | |
| 5 | +|---------------|-------------| |
| 6 | +| libperconaserverclient22 | The shared client library used by Percona Server and MySQL client programs. Applications that connect to MySQL servers dynamically link to this library. | |
| 7 | +| libperconaserverclient22-dev | Development headers and static libraries for building software that links against libperconaserverclient22. Needed when compiling client applications using the MySQL C API. | |
| 8 | +| percona-mysql-router | A lightweight middleware that routes connections between applications and backend MySQL or Percona Server instances. Used in high availability and cluster setups. | |
| 9 | +| percona-server-client | The command-line client utilities, including mysql, mysqldump, and related tools for interacting with a Percona Server instance. | |
| 10 | +| percona-server-common | Common configuration files, character sets, and data shared among multiple Percona Server packages. Installed automatically as a dependency. | |
| 11 | +| percona-server-dbg | Debug symbols for the Percona Server binaries. Useful for developers or support teams when diagnosing crashes or profiling performance. | |
| 12 | +| percona-server-rocksdb | The RocksDB storage engine plugin for Percona Server, providing high-performance key-value storage optimized for fast writes. | |
| 13 | +| percona-server-server | The main Percona Server daemon (mysqld) and supporting files. This is the actual database server that runs and manages data. | |
| 14 | +| percona-server-source | The source code package for Percona Server, often used for auditing, compliance, or custom builds. | |
| 15 | +| percona-server-test | A suite of functional and regression tests used to verify server correctness and compatibility. Useful for QA or CI environments. | |
| 16 | +| percona-telemetry-agent | A lightweight agent that collects anonymous usage and performance data to help Percona improve the product. Optional; can be disabled if desired. | |
0 commit comments