We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7702e48 commit 78ea9eeCopy full SHA for 78ea9ee
scripts/mysqlhotcopy.sh
@@ -289,6 +289,7 @@ if ( defined $opt{regexp} ) {
289
while ( my ($db_name) = $sth_dbs->fetchrow_array ) {
290
next if $db_name =~ m/^information_schema$/i;
291
next if $db_name =~ m/^performance_schema$/i;
292
+ next if $db_name =~ m/^sys$/i;
293
push @db_desc, { 'src' => $db_name, 't_regex' => $t_regex } if ( $db_name =~ m/$opt{regexp}/o );
294
}
295
0 commit comments