mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-33187: mariadb-hotcopy fails for sys
Signed-off-by: Paul Szabo psz@maths.usyd.edu.au www.maths.usyd.edu.au/u/psz School of Mathematics and Statistics University of Sydney Australia
This commit is contained in:
@@ -289,6 +289,7 @@ if ( defined $opt{regexp} ) {
|
|||||||
while ( my ($db_name) = $sth_dbs->fetchrow_array ) {
|
while ( my ($db_name) = $sth_dbs->fetchrow_array ) {
|
||||||
next if $db_name =~ m/^information_schema$/i;
|
next if $db_name =~ m/^information_schema$/i;
|
||||||
next if $db_name =~ m/^performance_schema$/i;
|
next if $db_name =~ m/^performance_schema$/i;
|
||||||
|
next if $db_name =~ m/^sys$/i;
|
||||||
push @db_desc, { 'src' => $db_name, 't_regex' => $t_regex } if ( $db_name =~ m/$opt{regexp}/o );
|
push @db_desc, { 'src' => $db_name, 't_regex' => $t_regex } if ( $db_name =~ m/$opt{regexp}/o );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user