Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
1b309418
Commit
1b309418
authored
Sep 19, 2006
by
msvensson@shellback.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix warnings in mysql-test-run.pl
parent
de3a2e92
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
mysql-test/lib/mtr_cases.pl
mysql-test/lib/mtr_cases.pl
+1
-3
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+6
-1
No files found.
mysql-test/lib/mtr_cases.pl
View file @
1b309418
...
...
@@ -62,7 +62,7 @@ sub collect_test_cases ($) {
foreach
my
$tname
(
@::opt_cases
)
{
# Run in specified order, no sort
my
$elem
=
undef
;
my
$component_id
=
undef
;
# Get rid of directory part (path). Leave the extension since it is used
# to understand type of the test.
...
...
@@ -538,8 +538,6 @@ sub mtr_options_from_test_file($$) {
while
(
my
$line
=
<
$F
>
)
{
chomp
;
next
if
(
$line
!~
/^--/
);
# Match this line against tag in "tags" array
...
...
mysql-test/mysql-test-run.pl
View file @
1b309418
...
...
@@ -943,6 +943,7 @@ sub command_line_setup () {
$master
->
[
0
]
=
{
pid
=>
0
,
type
=>
"
master
",
idx
=>
0
,
path_myddir
=>
"
$opt_vardir
/master-data
",
...
...
@@ -958,6 +959,7 @@ sub command_line_setup () {
$master
->
[
1
]
=
{
pid
=>
0
,
type
=>
"
master
",
idx
=>
1
,
path_myddir
=>
"
$opt_vardir
/master1-data
",
...
...
@@ -973,6 +975,7 @@ sub command_line_setup () {
$slave
->
[
0
]
=
{
pid
=>
0
,
type
=>
"
slave
",
idx
=>
0
,
path_myddir
=>
"
$opt_vardir
/slave-data
",
...
...
@@ -989,6 +992,7 @@ sub command_line_setup () {
$slave
->
[
1
]
=
{
pid
=>
0
,
type
=>
"
slave
",
idx
=>
1
,
path_myddir
=>
"
$opt_vardir
/slave1-data
",
...
...
@@ -1004,6 +1008,7 @@ sub command_line_setup () {
$slave
->
[
2
]
=
{
pid
=>
0
,
type
=>
"
slave
",
idx
=>
2
,
path_myddir
=>
"
$opt_vardir
/slave2-data
",
...
...
@@ -1172,9 +1177,9 @@ sub executable_setup () {
"
$path_client_bindir
/mysqld-nt
",
"
$path_client_bindir
/mysqld
",
"
$path_client_bindir
/mysqld-max
",
"
$path_client_bindir
/mysqld-debug
",
"
$glob_basedir
/sql/release/mysqld
",
"
$glob_basedir
/sql/debug/mysqld
");
"
$path_client_bindir
/mysqld-debug
",
$path_language
=
mtr_path_exists
("
$glob_basedir
/share/english/
",
"
$glob_basedir
/sql/share/english/
");
$path_charsetsdir
=
mtr_path_exists
("
$glob_basedir
/share/charsets
",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment