Skip to content

Commit 85502ec

Browse files
committedAug 24, 2012
Skip backing up the information_schema table, since it cannot be locked and is not longer ignored in mysql 5.1
1 parent 4821423 commit 85502ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎wre/sbin/backup.pl

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ sub backupMysql {
128128
# skip some databases
129129
next if ($name =~ /^demo\d/);
130130
next if ($name =~ /^test$/);
131+
next if (lc $name eq 'information_schema');
131132

132133
# create dump
133134
$mysql->dump(

0 commit comments

Comments
 (0)
Please sign in to comment.