Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.22
Description
Oracle MySQL-Server RPMs include a mysqld-debug binary, but MariaDB-Server RPMs do not. MariaDB should either include mysqld-debug in the MariaDB-Server RPM or should offer it in a separate RPM for situations when it is necessary to use the debug-enabled server.
Attachments
Issue Links
- relates to
-
MDEV-658 LP:842688 - Ubuntu and packages don't contain debug info
-
- Closed
-
-
MDEV-18893 debuginfo packages missing from Cento{6|7}/RHEL{6|7}/sles12
-
- Closed
-
-
MDBF-739 Compile special release binaries with symbols
-
- Closed
-
-
MDEV-19707 debuginfo RPM packages do not depend on the RPM packages containing the binaries
-
- Closed
-
I think it will be good enough for mariadb package distribution to have debug symbol packages that can map to a source. The main reason for pushing this was so existing core dumps can be analysed without users to build debug versions or attempt to reproduce the bug. Developers can also use debug packages to analyse user core dumps. Fedora is still crafting its own spec file https://src.fedoraproject.org/cgit/rpms/mariadb.git/tree/ (and I'm not sure why _ maybe the rest of their build infrastrure depends on it)