Skip to content

Commit a8bf27c

Browse files
iangilfillancvicentiu
authored andcommitted
MDEV-14927: Missing man pages
1 parent 55163ba commit a8bf27c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

man/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ SET(MAN1_SERVER innochecksum.1 my_print_defaults.1 myisam_ftdump.1 myisamchk.1
2626
mysqld_safe_helper.1 tokuftdump.1 wsrep_sst_common.1
2727
wsrep_sst_mysqldump.1 wsrep_sst_rsync.1
2828
wsrep_sst_xtrabackup-v2.1 wsrep_sst_xtrabackup.1
29-
galera_recovery.1 galera_new_cluster.1 tokuft_logdump.1)
29+
galera_recovery.1 galera_new_cluster.1 tokuft_logdump.1
30+
mysql_ldb.1)
3031
SET(MAN8_SERVER mysqld.8)
3132
SET(MAN1_CLIENT msql2mysql.1 mysql.1 mysql_find_rows.1 mysql_waitpid.1
3233
mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 mysqlcheck.1

man/mysql_ldb.1

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
'\" t
2+
.\"
3+
.TH "\FBMYSQL_LDB\FR" "1" "9 August 2018" "MariaDB 10\&.2" "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+
mysql_ldb \- RocksDB tool
13+
.SH DESCRIPTION
14+
Use \fBmysql_ldb \-\-help\fR for details on usage\.
15+
.PP
16+
For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/

0 commit comments

Comments
 (0)