Skip to content

Commit

Permalink
Skip backing up the information_schema table, since it cannot be lock…
Browse files Browse the repository at this point in the history
…ed and is not longer ignored in mysql 5.1
  • Loading branch information
perlDreamer committed Aug 24, 2012
1 parent 4821423 commit 85502ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wre/sbin/backup.pl
Expand Up @@ -128,6 +128,7 @@ sub backupMysql {
# skip some databases
next if ($name =~ /^demo\d/);
next if ($name =~ /^test$/);
next if (lc $name eq 'information_schema');

# create dump
$mysql->dump(
Expand Down

0 comments on commit 85502ec

Please sign in to comment.