]> arthur.barton.de Git - MkMySqlDump.git/log
MkMySqlDump.git
8 years agoAdd optional compression: --gzip|--bzip2|--xz
Alexander Barton [Tue, 4 Aug 2015 12:09:07 +0000 (14:09 +0200)]
Add optional compression: --gzip|--bzip2|--xz

8 years ago"--lock-all-tables" is implied by "--master-data"
Alexander Barton [Tue, 4 Aug 2015 12:03:54 +0000 (14:03 +0200)]
"--lock-all-tables" is implied by "--master-data"

This partially reverts commit 3eee654937.

See the following website for details:
<https://dev.mysql.com/doc/refman/5.5/en/mysqldump.html#option_mysqldump_master-data>

8 years agoStreamline script output
Alexander Barton [Tue, 4 Aug 2015 12:02:50 +0000 (14:02 +0200)]
Streamline script output

8 years agoEnable "master data" command
Alexander Barton [Tue, 4 Aug 2015 10:09:23 +0000 (12:09 +0200)]
Enable "master data" command

Newer mysqldump commands wrote the CHANGE MASTER TO
command as comment only ...

8 years agoUse --lock-all-tables, --single-transaction only works with InnoDB
Alexander Barton [Tue, 4 Aug 2015 10:08:29 +0000 (12:08 +0200)]
Use --lock-all-tables, --single-transaction only works with InnoDB

8 years agoIgnore "performance_schema"
Alexander Barton [Tue, 4 Aug 2015 10:07:59 +0000 (12:07 +0200)]
Ignore "performance_schema"

8 years agoImplement "--outdir|-d" option
Alexander Barton [Mon, 3 Aug 2015 14:37:13 +0000 (16:37 +0200)]
Implement "--outdir|-d" option

8 years agoInitial commit
Alexander Barton [Mon, 3 Aug 2015 14:32:46 +0000 (16:32 +0200)]
Initial commit

The scripts are quite old, but never lived in a VCS ...