added xz compress option

This commit is contained in:
Naum Soloveychik
2020-01-12 11:11:47 +03:00
parent 14680704fa
commit 83ee72706e
2 changed files with 21 additions and 6 deletions

View File

@@ -26,8 +26,10 @@ lock all tables across all databases. This is achieved by acquiring a global rea
WARNING!!! This will block all applications.
**-s, --single-transaction**
this option sets the transaction isolation mode to REPEATABLE READ and sends a START TRANSACTION SQL statement to the server before dumping data. It is useful only with transactional tables such as InnoDB, because then it dumps the consistent state of the database at the time when START TRANSACTION was issued without blocking any applications.
**-z, --compress**
**-z, --gzip**
compress dump using gzip
**-x, --xz**
compress dump using xz
**-m, --master**
set master data in dump
**-q, --quiet**