From 7ef35ab08e932c3decc465f80b86e5c3a61fc99b Mon Sep 17 00:00:00 2001 From: Naum Soloveychik Date: Mon, 13 Jan 2020 17:46:58 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 252cd49..d484d62 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,11 @@ backup name number of copies to store (default 10) **-e, --email** email to send notifications -**-l, --lock-all-tables** -lock all tables across all databases. This is achieved by acquiring a global read lock for the duration of the whole dump. This option automatically turns off `--single-transaction` and `--lock-tables`. -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. +**-l, --lock-all-tables** +lock all tables across all databases. This is achieved by acquiring a global read lock for the duration of the whole dump. This option automatically turns off `--single-transaction` and `--lock-tables`. +WARNING!!! This will block all applications. **-z, --gzip** compress dump using gzip **-x, --xz**