]> git.pld-linux.org Git - packages/bacula-backup-mysql.git/blobdiff - bacula-backup-mysql
- add performance_schema for mysql 5.5 to default exclude list
[packages/bacula-backup-mysql.git] / bacula-backup-mysql
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
 
This page took 0.089232 seconds and 4 git commands to generate.