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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
392c00d4
Commit
392c00d4
authored
Oct 25, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
parents
9906a10a
49690815
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
3 deletions
+19
-3
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+19
-3
No files found.
mysql-test/mysql-test-run.pl
View file @
392c00d4
...
@@ -405,9 +405,25 @@ sub main () {
...
@@ -405,9 +405,25 @@ sub main () {
}
}
$use_innodb
||=
$test
->
{'
innodb_test
'};
$use_innodb
||=
$test
->
{'
innodb_test
'};
}
}
$opt_skip_ndbcluster
=
$opt_skip_ndbcluster_slave
=
1
unless
$need_ndbcluster
;
# Check if cluster can be skipped
$opt_skip_im
=
1
unless
$need_im
;
if
(
!
$need_ndbcluster
)
{
$opt_skip_ndbcluster
=
1
;
$opt_skip_ndbcluster_slave
=
1
;
}
# Check if slave cluster can be skipped
if
(
$max_slave_num
==
0
)
{
$opt_skip_ndbcluster_slave
=
1
;
}
# Check if im can be skipped
if
(
!
$need_im
)
{
$opt_skip_im
=
1
;
}
initialize_servers
();
initialize_servers
();
...
...
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