summaryrefslogtreecommitdiff
path: root/mysql-test/lib
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-03-15 14:49:24 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2022-03-15 14:49:24 +0200
commit4ef44cc2f96bbb669216fc436eaa26e3a8a83799 (patch)
treef679b54b0ca385a816bbef12385cd7885e71f3cc /mysql-test/lib
parentdafc5fb9c17637c6233e8a73c890f158d645a37c (diff)
parent73fee39ea62037780c59161507e89dd76c10b7a3 (diff)
downloadmariadb-git-4ef44cc2f96bbb669216fc436eaa26e3a8a83799.tar.gz
Merge 10.5 into 10.6
Diffstat (limited to 'mysql-test/lib')
-rw-r--r--mysql-test/lib/mtr_cases.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/lib/mtr_cases.pm b/mysql-test/lib/mtr_cases.pm
index adc911ba937..de7041409f6 100644
--- a/mysql-test/lib/mtr_cases.pm
+++ b/mysql-test/lib/mtr_cases.pm
@@ -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