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
72b0bda1
Commit
72b0bda1
authored
Apr 25, 2008
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-maint2
parents
dfdc6ae8
dbf6b9dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mysql-test/lib/My/ConfigFactory.pm
mysql-test/lib/My/ConfigFactory.pm
+3
-3
No files found.
mysql-test/lib/My/ConfigFactory.pm
View file @
72b0bda1
...
...
@@ -416,7 +416,7 @@ sub post_fix_mysql_cluster_section {
# Add a [mysl_cluster.<suffix>] section for each
# defined [cluster_config.<suffix>] section
foreach
my
$group
(
$config
->
like
('
cluster_config.
')
)
foreach
my
$group
(
$config
->
like
('
cluster_config.
[0-9]
')
)
{
my
@urls
;
# Generate ndb_connectstring for this cluster
...
...
@@ -497,7 +497,7 @@ sub run_generate_sections_from_cluster_config {
my
@options
=
('
ndb_mgmd
',
'
ndbd
',
'
mysqld
',
'
ndbapi
');
foreach
my
$group
(
$config
->
like
('
cluster_config.
')
)
{
foreach
my
$group
(
$config
->
like
('
cluster_config.
[0-9]
')
)
{
# Keep track of current index per process type
my
%
idxes
;
...
...
@@ -580,7 +580,7 @@ sub new_config {
$self
->
run_section_rules
(
$config
,
'
cluster_config.
',
'
cluster_config.
[0-9]
',
@cluster_config_rules
);
$self
->
run_generate_sections_from_cluster_config
(
$config
);
...
...
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