Skip to content

Commit 78ea9ee

Browse files
psz2036grooverdan
authored andcommitted
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
1 parent 7702e48 commit 78ea9ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/mysqlhotcopy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ if ( defined $opt{regexp} ) {
289289
while ( my ($db_name) = $sth_dbs->fetchrow_array ) {
290290
next if $db_name =~ m/^information_schema$/i;
291291
next if $db_name =~ m/^performance_schema$/i;
292+
next if $db_name =~ m/^sys$/i;
292293
push @db_desc, { 'src' => $db_name, 't_regex' => $t_regex } if ( $db_name =~ m/$opt{regexp}/o );
293294
}
294295
}

0 commit comments

Comments
 (0)