File tree Expand file tree Collapse file tree 3 files changed +34
-2
lines changed
Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ SET(MAN1_SERVER innochecksum.1 my_print_defaults.1 myisam_ftdump.1 myisamchk.1
2626mysqld_safe_helper.1 tokuftdump.1 wsrep_sst_common.1
2727wsrep_sst_mysqldump.1 wsrep_sst_rsync.1
2828wsrep_sst_xtrabackup-v2.1 wsrep_sst_xtrabackup.1
29- galera_recovery.1 galera_new_cluster.1)
29+ galera_recovery.1 galera_new_cluster.1 tokuft_logdump.1 )
3030SET (MAN8_SERVER mysqld.8)
3131SET (MAN1_CLIENT msql2mysql.1 mysql.1 mysql_find_rows.1 mysql_waitpid.1
3232mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 mysqlcheck.1
3333mysqldump.1 mysqlimport.1 mysqlshow.1 mysqlslap.1
3434 mysql_plugin.1)
3535SET (MAN1_DEVEL mysql_config.1)
3636SET (MAN1_TEST mysql-stress-test .pl.1 mysql-test -run.pl.1 mysql_client_test.1
37- mysqltest_embedded.1 mysql_client_test_embedded.1)
37+ mysqltest_embedded.1 mysql_client_test_embedded.1 my_safe_process.1 )
3838
3939INSTALL (FILES ${MAN1_SERVER} DESTINATION ${INSTALL_MANDIR} /man1 COMPONENT ManPagesServer)
4040INSTALL (FILES ${MAN8_SERVER} DESTINATION ${INSTALL_MANDIR} /man8 COMPONENT ManPagesServer)
Original file line number Diff line number Diff line change 1+ '\" t
2+ .\"
3+ .TH "\F B MY_SAFE_PROCESS\F R " "1" "29 March 2017" "MariaDB 10\& .1" "MariaDB Database System"
4+ .\" -----------------------------------------------------------------
5+ .\" * set default formatting
6+ .\" -----------------------------------------------------------------
7+ .\" disable hyphenation
8+ .nh
9+ .\" disable justification (adjust text to left margin only)
10+ .ad l
11+ .SH NAME
12+ my_safe_process \- Utility program that encapsulates process creation, monitoring and bulletproof process cleanup
13+ .SH DESCRIPTION
14+ Use: safe_process [options to safe_process] -- progname arg1 \.\.\. argn\.
15+ .PP
16+ For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
Original file line number Diff line number Diff line change 1+ '\" t
2+ .\"
3+ .TH "\F B TOKUFT_LOGPRINT\F R " "1" "27 March 2017" "MariaDB 10\& .1" "MariaDB Database System"
4+ .\" -----------------------------------------------------------------
5+ .\" * set default formatting
6+ .\" -----------------------------------------------------------------
7+ .\" disable hyphenation
8+ .nh
9+ .\" disable justification (adjust text to left margin only)
10+ .ad l
11+ .SH NAME
12+ tokuft_logprint \- Dump the log from stdin to stdout
13+ .SH DESCRIPTION
14+ Use: Dump the log from stdin to stdout\.
15+ .PP
16+ For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
You can’t perform that action at this time.
0 commit comments