1 |
brianr |
1.1 |
diff -Nur automysqlbackup-3.0.RC6.old/root/usr/local/bin/automysqlbackup automysqlbackup-3.0.RC6.new/root/usr/local/bin/automysqlbackup |
2 |
|
|
--- automysqlbackup-3.0.RC6.old/root/usr/local/bin/automysqlbackup 2015-08-22 20:26:51.711491453 +0200 |
3 |
|
|
+++ automysqlbackup-3.0.RC6.new/root/usr/local/bin/automysqlbackup 2015-08-22 20:29:38.904517409 +0200 |
4 |
|
|
@@ -452,7 +452,7 @@ |
5 |
|
|
# @deps: load_default_config |
6 |
|
|
parse_configuration () { |
7 |
|
|
# OPT string for use with mysqldump ( see man mysqldump ) |
8 |
|
|
- opt=( '--quote-names' '--opt' ) |
9 |
|
|
+ opt=( '--quote-names' '--opt' '--events') |
10 |
|
|
|
11 |
|
|
# OPT string for use with mysql (see man mysql ) |
12 |
|
|
mysql_opt=() |