20 lines
946 B
Diff
20 lines
946 B
Diff
diff -ruN automysqlbackup-3.0.RC6.old/root/usr/local/bin/automysqlbackup automysqlbackup-3.0.RC6/root/usr/local/bin/automysqlbackup
|
|
--- automysqlbackup-3.0.RC6.old/root/usr/local/bin/automysqlbackup 2022-08-11 16:07:59.719945652 +0100
|
|
+++ automysqlbackup-3.0.RC6/root/usr/local/bin/automysqlbackup 2022-08-11 16:09:01.888978867 +0100
|
|
@@ -457,13 +457,13 @@
|
|
# @deps: load_default_config
|
|
parse_configuration () {
|
|
# OPT string for use with mysqldump ( see man mysqldump )
|
|
- opt=( '--quote-names' '--opt' '--events')
|
|
+ opt=( '--quote-names' '--opt' '--events' '--skip_lock_tables' )
|
|
|
|
# OPT string for use with mysql (see man mysql )
|
|
mysql_opt=()
|
|
|
|
# OPT string for use with mysqldump fullschema
|
|
- opt_fullschema=( '--all-databases' '--routines' '--no-data' )
|
|
+ opt_fullschema=( '--all-databases' '--routines' '--no-data' '--skip_lock_tables' )
|
|
|
|
# OPT string for use with mysqlstatus
|
|
opt_dbstatus=( '--status' )
|