Skip to content

Commit

Permalink
MDEV-33187: mariadb-hotcopy fails for sys
Browse files Browse the repository at this point in the history
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
  • Loading branch information
psz2036 authored and an3l committed Jan 12, 2024
1 parent f3a9115 commit f627c86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/mysqlhotcopy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ if ( defined $opt{regexp} ) {
while ( my ($db_name) = $sth_dbs->fetchrow_array ) {
next if $db_name =~ m/^information_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 );
}
}
Expand Down

0 comments on commit f627c86

Please sign in to comment.