diff options
author | rmfalves <rmfalves@gmail.com> | 2022-10-20 18:42:48 +0100 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2022-10-26 15:01:04 +1100 |
commit | f45f60636f9b983e927ae81cf6386624e81af822 (patch) | |
tree | 56b223c42199730fe4473117021a914c4808e310 /man | |
parent | baf276e6d4a44fe7cdf3b435c0153da0a42af2b6 (diff) | |
download | mariadb-git-f45f60636f9b983e927ae81cf6386624e81af822.tar.gz |
MDEV-22200: maridb-dump add --header option
This adds a header row in txt files exported by mariadb-dump --tab
Reviewed by: Daniel Black and Dan Lenski
Diffstat (limited to 'man')
-rw-r--r-- | man/mysqldump.1 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/mysqldump.1 b/man/mysqldump.1 index 04efe7e4de7..9bb6fdadca1 100644 --- a/man/mysqldump.1 +++ b/man/mysqldump.1 @@ -1003,6 +1003,21 @@ Available from MariaDB 10.0.13, and is used together with \fB\-\-master\-data\fR .sp -1 .IP \(bu 2.3 .\} +.\" mysqldump: header option +.\" header option: mysqldump +\fB\-\-header\fR +.sp +Used together with --tab. When enabled, adds header with column names to the top of output txt files. +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} .\" mysqldump: hex-blob option .\" hex-blob option: mysqldump \fB\-\-hex\-blob\fR |