Merge 10.5 into 10.6

This commit is contained in:
Marko Mäkelä 2022-03-15 14:49:24 +02:00
commit 4ef44cc2f9
12 changed files with 160 additions and 43 deletions

View file

@ -1037,7 +1037,7 @@ sub get_tags_from_file($$) {
}
# Check for a sourced include file.
if ($line =~ /^(--)?[[:space:]]*source[[:space:]]+([^;[:space:]]+)/)
if ($line =~ /^[[:space:]]*(--)?[[:space:]]*source[[:space:]]+([^;[:space:]]+)/)
{
my $include= $2;
# The rules below must match open_file() function of mysqltest.cc