]> git.pld-linux.org Git - packages/bacula-backup-mysql.git/blob - default-mysqldump.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/bacula-backup-mysql.git] / default-mysqldump.patch
1 --- bacula-backup-mysql-0.8/README.pod~ 2016-05-30 11:25:11.000000000 +0200
2 +++ bacula-backup-mysql-0.8/README.pod  2018-04-08 08:26:43.742397366 +0200
3 @@ -42,7 +42,7 @@
4  backup; any C<exclude_database> options will reduce this list.
5  
6  Since v0.6 it's possible to do SQL dump backups with L<mysqldump(1)>. Use this if you want to backup InnoDB databases.
7 -Option name is C<dump_type>, which takes values C<mysqlhotcopy> (default) and C<mysqldump>.
8 +Option name is C<dump_type>, which takes values C<mysqlhotcopy> and C<mysqldump> (default).
9  
10  Since v0.7 you can pass arbitary options to C<mysqlhotcopy> or C<mysqldump>
11  using C<mysqlhotcopy_options> or C<mysqldump_options> respectively. Use this to
12 --- bacula-backup-mysql-0.8/bacula-backup-mysql.pl~     2016-05-30 11:25:11.000000000 +0200
13 +++ bacula-backup-mysql-0.8/bacula-backup-mysql.pl      2018-04-08 08:25:54.428793262 +0200
14 @@ -252,7 +252,7 @@
15         my $socket = $c->get($cluster, 'socket') || $c->get('client', 'socket');
16  
17         # dump type: mysqlhotcopy, mysqldump
18 -       my $dump_type = $c->get($cluster, 'dump_type') || 'mysqlhotcopy';
19 +       my $dump_type = $c->get($cluster, 'dump_type') || 'mysqldump';
20  
21         my $dbh = BBM::DB->new($user, $password, $host, $socket);
22  
This page took 0.075528 seconds and 3 git commands to generate.