[MDEV-286] mytop is not installed in 5.5 Created: 2012-05-20 Updated: 2012-12-20 Resolved: 2012-08-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.23 |
| Fix Version/s: | 5.5.27 |
| Type: | Bug | Priority: | Major |
| Reporter: | Heinz Wiesinger | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
scripts/CMakeLists.txt misses an entry for mytop, which is hence not installed when running "make install". also mysqlaccess.conf needs to be installed (preferably in /etc or /etc/mysql) and comp_err.1 and mysqlbug.1 are missing too |
| Comments |
| Comment by Sergei Golubchik [ 2012-08-08 ] |
|
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 |
| Comment by Sergei Golubchik [ 2012-08-13 ] |
|
pushed. |