mariadb/client
Vlad Lesin 5c5ea59bf8 MDEV-19867: fix mysqldump to by default not copy S3 tables
There are two options when coping S3 tables with mysqldump
(there is startup option --copy_s3_tables, boolean, default no)
1) Ignore all tables with engine S3, as the data is already safe in S3 and any
computer where you restore the backup will automatically discover the S3 table.
2) Copy the table as a normal table with the following 2 changes:
- Change ENGINE=S3 to ENGINE=ARIA;
- After copy add to log 'ALTER TABLE table_name ENGINE=S3'
2019-06-26 20:59:35 +03:00
..
async_example.c
client_priv.h MDEV-19867: fix mysqldump to by default not copy S3 tables 2019-06-26 20:59:35 +03:00
CMakeLists.txt
completion_hash.cc
completion_hash.h
echo.c
my_readline.h
mysql.cc Merge 10.3 into 10.4 2019-06-19 10:49:00 +03:00
mysql_plugin.c
mysql_upgrade.c
mysqladmin.cc Merge 10.3 into 10.4 2019-06-19 10:49:00 +03:00
mysqlbinlog.cc
mysqlcheck.c Merge 10.3 into 10.4 2019-06-19 10:49:00 +03:00
mysqldump.c MDEV-19867: fix mysqldump to by default not copy S3 tables 2019-06-26 20:59:35 +03:00
mysqlimport.c Merge 10.3 into 10.4 2019-06-19 10:49:00 +03:00
mysqlshow.c Merge 10.3 into 10.4 2019-06-19 10:49:00 +03:00
mysqlslap.c
mysqltest.cc
readline.cc
sql_string.cc.dontuse
sql_string.h.dontuse