diff options
author | Micah Anderson <micah@riseup.net> | 2010-01-29 17:02:03 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-01-29 17:02:03 -0500 |
commit | c1f1baebb5170abb49fb0ec5d6d463d6827bae1b (patch) | |
tree | c57da8f9d364097473bd8cc35ed6f13f60959d61 /handlers/mysql.helper.in | |
parent | 329e13e35d0bb394c5beed9893b2a869fda6648c (diff) | |
download | backupninja-c1f1baebb5170abb49fb0ec5d6d463d6827bae1b.tar.gz backupninja-c1f1baebb5170abb49fb0ec5d6d463d6827bae1b.tar.bz2 |
fix bad upstream merge
Diffstat (limited to 'handlers/mysql.helper.in')
-rw-r--r-- | handlers/mysql.helper.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/handlers/mysql.helper.in b/handlers/mysql.helper.in index d42bc7f..997f73c 100644 --- a/handlers/mysql.helper.in +++ b/handlers/mysql.helper.in @@ -95,6 +95,11 @@ $hotcopy # $sqldump +# sqldumpoptions = <options> +# (default = --lock-tables --complete-insert --add-drop-table --quick --quote-names) +# arguments to pass to mysqldump +# sqldumpoptions = --add-drop-table --quick --quote-names + # compress = < yes | no > (default = yes) # if yes, compress the sqldump output. $compress |