Skip to content

Commit a7eed4e

Browse files
committed
PS-10295 [DOCS] - retitle Files in the DEB package to DEB packages included in the Percona Server for MySQL bundle 8.4
On branch ps-10295-8.4 modified: docs/apt-files.md
1 parent cdde9ca commit a7eed4e

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

docs/apt-files.md

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

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. |

mkdocs-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ nav:
258258
- download-instructions.md
259259
- Use APT:
260260
- Use APT repositories: apt-repo.md
261-
- Files in DEB package: apt-files.md
261+
- DEB package list: apt-files.md
262262
- build-apt-packages.md
263263
- Downloaded DEB packages: apt-download-deb.md
264264
- Apt pinning: apt-pinning.md

0 commit comments

Comments
 (0)