initial commit of file from CVS for automysqlbackup on Thu Oct 9 11:35:36 AEDT 2025
This commit is contained in:
19
automysqlbackup-3.0.RC6-bz11970-skip-lock-tables.patch
Normal file
19
automysqlbackup-3.0.RC6-bz11970-skip-lock-tables.patch
Normal file
@@ -0,0 +1,19 @@
|
||||
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' )
|
Reference in New Issue
Block a user