From 3f1b569a1dfa5181c5db9977557fd85cf1875527 Mon Sep 17 00:00:00 2001 From: Ian Gilfillan Date: Tue, 10 Sep 2019 13:58:58 +0200 Subject: MDEV-19887: Document --copy-s3-tables option on mysqldump man page Closes PR #1385 --- man/mysqldump.1 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'man') diff --git a/man/mysqldump.1 b/man/mysqldump.1 index 792d45cfac2..fae61fbdfd9 100644 --- a/man/mysqldump.1 +++ b/man/mysqldump.1 @@ -499,6 +499,22 @@ Compress all information sent between the client and the server if both support .sp -1 .IP \(bu 2.3 .\} +.\" mysqldump: copy-s3-tables option +.\" copy-s3-tables option: mysqldump +\fB\-\-copy\-s3\-tables\fR +.sp +By default S3 tables are ignored\&. With this option set, the result file will contain a CREATE statement +for a similar Aria table, followed by the table data and ending with an ALTER TABLE xxx ENGINE=S3\&. +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} .\" mysqldump: create-options option .\" create-options option: mysqldump \fB\-\-create\-options\fR, -- cgit v1.2.1