]> git.pld-linux.org Git - packages/bacula-backup-mysql.git/commitdiff
- add performance_schema for mysql 5.5 to default exclude list auto/th/bacula-backup-mysql-0_3-3
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 24 Feb 2011 14:21:13 +0000 (14:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula-backup-mysql -> 1.10
    bacula-backup-mysql.spec -> 1.7

bacula-backup-mysql
bacula-backup-mysql.spec

index a7e48f240cf88ad8873c76515ae658516dd665c0..32737d07dde3d7928947f35090ceed21174a9f19 100644 (file)
@@ -137,6 +137,7 @@ sub backup_cluster {
                $sth->execute();
                while (my($dbname) = $sth->fetchrow_array) {
                        next if lc($dbname) eq 'information_schema';
+                       next if lc($dbname) eq 'performance_schema';
                        $dbs{$dbname} = 1;
                }
                undef $dbh;
@@ -223,7 +224,7 @@ This is a script to be setup as C<Client Run Before Job> in Bacula.
 
 =head1 AUTHOR
 
-Copyright (C) 2009-2010, Elan RuusamE<auml>e <glen@delfi.ee>
+Copyright (C) 2009-2011, Elan RuusamE<auml>e <glen@delfi.ee>
 
 =head1 SEE ALSO
 
index 31048098a00de97a2561391ede5dc942a4efc4fb..127626bd1bb76b9eb6903c1529d100e063725342 100644 (file)
@@ -2,7 +2,7 @@
 Summary:       MySQL backup hook for Bacula
 Name:          bacula-backup-mysql
 Version:       0.3
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Applications/Databases
 Source0:       %{name}
This page took 0.091036 seconds and 4 git commands to generate.