Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.23
-
None
-
None
Description
scripts/CMakeLists.txt misses an entry for mytop, which is hence not installed when running "make install".
Adding an entry for it (I did 'sed -i "s|mysql_zap|mysql_zap\n mytop|" scripts/CMakeLists.txt') seems to be enough
also mysqlaccess.conf needs to be installed (preferably in /etc or /etc/mysql)
and comp_err.1 and mysqlbug.1 are missing too
Attachments
Issue Links
- relates to
-
MDEV-3952 Incompatible change in MariaDB-5.5.28a-client rpm adds mytop when not in MariaDB-5.5.23-client (CentOS 5)
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Sergei Golubchik [ serg ] |
Fix Version/s | 5.5.26 [ 11100 ] |
Description |
scripts/CMakeLists.txt misses an entry for mytop, which is hence not installed when running "make install". Adding an entry for it (I did 'sed -i "s|mysql_zap|mysql_zap\n mytop|" scripts/CMakeLists.txt') seems to be enough |
scripts/CMakeLists.txt misses an entry for mytop, which is hence not installed when running "make install". Adding an entry for it (I did 'sed -i "s|mysql_zap|mysql_zap\n mytop|" scripts/CMakeLists.txt') seems to be enough also mysqlaccess.conf needs to be installed (preferably in /etc or /etc/mysql) and comp_err.1 and mysqlbug.1 are missing too |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Open [ 1 ] |
Priority | Trivial [ 5 ] | Major [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | defaullt [ 11828 ] | MariaDB v2 [ 45258 ] |
Workflow | MariaDB v2 [ 45258 ] | MariaDB v3 [ 65922 ] |
Workflow | MariaDB v3 [ 65922 ] | MariaDB v4 [ 144804 ] |
mytop and mysqlbug.1 are now installed.
comp_err.1 is not - because comp_err itself is not.
mysqlaccess.conf is not, because binary tarball does not install anything in /etc and /etc/mysql