Provide mysqld-debug in RPM/DEB.
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
| Percona Server moved to https://jira.percona.com/projects/PS |
Fix Released
|
Medium
|
Tomislav Plavcic | ||
| 5.5 |
Fix Released
|
Medium
|
Tomislav Plavcic | ||
| 5.6 |
Fix Released
|
Medium
|
Tomislav Plavcic | ||
Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC | Status tracked in 5.6 | |||||
| 5.5 |
Fix Released
|
Undecided
|
Unassigned | ||
| 5.6 |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Currently missing in debian.
Related branches
- Tomislav Plavcic: Approve on 2014-08-26
-
Diff: 94 lines (+36/-0)2 files modifiedbuild-ps/debian/percona-server-server-5.5.files (+1/-0)
build-ps/debian/rules (+35/-0)
- Tomislav Plavcic: Approve on 2014-08-26
-
Diff: 185 lines (+77/-1)3 files modifiedbuild-ps/debian/percona-server-server-5.6.files (+1/-0)
build-ps/debian/rules (+37/-0)
build-ps/debian/rules.tokudb (+39/-1)
summary: |
- Provide mysqld-debug for sure + Provide mysqld-debug |
mysqld-debug is missing in 5.5 and 5.6 .debs:
[openxs@chief ~]$ dpkg -c percona-
-rwxr-xr-x root/root 26466 2014-02-28 18:03 ./usr/bin/
-rwxr-xr-x root/root 23916 2014-02-28 18:03 ./usr/bin/
-rwxr-xr-x root/root 11895504 2014-02-28 18:13 ./usr/sbin/mysqld
-rw-r--r-- root/root 1693 2014-02-28 18:13 ./usr/share/
-rw-r--r-- root/root 5319 2014-02-28 18:13 ./usr/share/
-rw-r--r-- root/root 5531 2014-02-28 18:13 ./usr/share/
-rwxr-xr-x root/root 1061 2014-02-28 18:03 ./usr/share/
[openxs@chief ~]$ dpkg -c percona-
[openxs@chief ~]$ echo $?
1
[openxs@chief ~]$ dpkg -c percona-
-rwxr-xr-x root/root 26524 2014-03-06 11:46 ./usr/bin/
-rwxr-xr-x root/root 26532 2014-03-06 11:46 ./usr/bin/
-rwxr-xr-x root/root 15453496 2014-03-06 12:02 ./usr/sbin/mysqld
-rw-r--r-- root/root 1693 2014-03-06 12:02 ./usr/share/
-rw-r--r-- root/root 5271 2014-03-06 12:02 ./usr/share/
-rw-r--r-- root/root 5520 2014-03-06 12:02 ./usr/share/
-rwxr-xr-x root/root 1061 2014-03-06 11:46 ./usr/share/
[openxs@chief ~]$ dpkg -c percona-
[openxs@chief ~]$ echo $?
1
summary: |
- Provide mysqld-debug + Provide mysqld-debug in RPM/DEB. |
tags: | added: pkg |
tags: | added: regression |
Shahriyar Rzayev (rzayev-sehriyar) wrote : | #3 |
Percona now uses JIRA for bug reports so this bug report is migrated to: https:/
Shahriyar Rzayev (rzayev-sehriyar) wrote : | #4 |
Percona now uses JIRA for bug reports so this bug report is migrated to: https:/
Adding PS as well since it would be required there as well.
With new layout changes, mysql-debug is missing in few places.