diff options
author | Anel Husakovic <anel@mariadb.com> | 2021-06-21 14:02:17 +0200 |
---|---|---|
committer | Anel Husakovic <anel@mariadb.com> | 2021-10-25 12:15:49 +0200 |
commit | 395a033237686f2504e1acd9cb9555941a8e7179 (patch) | |
tree | 2cb8c62757070e49690672652488f373d9e0c571 /man | |
parent | 2011fcf87ddb0dc4e15bdfd7ab93577c862e82c4 (diff) | |
download | mariadb-git-395a033237686f2504e1acd9cb9555941a8e7179.tar.gz |
MDEV-22552: mytop packagingbb-10.5-anel-MDEV-22552
`mytop` and `my_print_defaults` for RPM
- Add `mytop` to client package
- Add man page of `my_print_defaults` to client package
- Add dependencies for RPMs
- Remove old comment
- Remove dead link
Reviewed by: serg@mariadb.com
Diffstat (limited to 'man')
-rw-r--r-- | man/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt index 6c5fe2c2050..f5ae0a0fb38 100644 --- a/man/CMakeLists.txt +++ b/man/CMakeLists.txt @@ -13,7 +13,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA -SET(MAN1_SERVER innochecksum.1 my_print_defaults.1 myisam_ftdump.1 myisamchk.1 +SET(MAN1_SERVER innochecksum.1 myisam_ftdump.1 myisamchk.1 aria_chk.1 aria_dump_log.1 aria_ftdump.1 aria_pack.1 aria_read_log.1 aria_s3_copy.1 myisamlog.1 myisampack.1 mysql.server.1 mariadb-conv.1 @@ -34,7 +34,7 @@ SET(MAN8_SERVER mysqld.8) SET(MAN1_CLIENT msql2mysql.1 mysql.1 mysql_find_rows.1 mysql_waitpid.1 mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 mysqlcheck.1 mysqldump.1 mysqlimport.1 mysqlshow.1 mysqlslap.1 mytop.1 - mysql_plugin.1 mysql_embedded.1) + mysql_plugin.1 mysql_embedded.1 my_print_defaults.1) SET(MAN1_DEVEL mysql_config.1) SET(MAN1_TEST mysql-stress-test.pl.1 mysql-test-run.pl.1 mysql_client_test.1 mysqltest.1 mysqltest_embedded.1 mysql_client_test_embedded.1 |