mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
Merge 10.5 into 10.6
This commit is contained in:
commit
4ef44cc2f9
12 changed files with 160 additions and 43 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue