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
274e06a5
Commit
274e06a5
authored
Jul 10, 2011
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
only allocate extra-port (in tests) when needed
(otherwise 10 ports per worker will be not enough)
parent
5b74c2da
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
23 deletions
+4
-23
mysql-test/lib/My/ConfigFactory.pm
mysql-test/lib/My/ConfigFactory.pm
+0
-1
mysql-test/suite/rpl/t/rpl_test_framework.cnf
mysql-test/suite/rpl/t/rpl_test_framework.cnf
+0
-18
mysql-test/t/connect.cnf
mysql-test/t/connect.cnf
+2
-2
mysql-test/t/pool_of_threads.cnf
mysql-test/t/pool_of_threads.cnf
+2
-2
No files found.
mysql-test/lib/My/ConfigFactory.pm
View file @
274e06a5
...
@@ -236,7 +236,6 @@ my @mysqld_rules=
...
@@ -236,7 +236,6 @@ my @mysqld_rules=
{
'
pid-file
'
=>
\&
fix_pidfile
},
{
'
pid-file
'
=>
\&
fix_pidfile
},
{
'
#host
'
=>
\&
fix_host
},
{
'
#host
'
=>
\&
fix_host
},
{
'
port
'
=>
\&
fix_port
},
{
'
port
'
=>
\&
fix_port
},
{
'
#extra-port
'
=>
\&
fix_port
},
{
'
socket
'
=>
\&
fix_socket
},
{
'
socket
'
=>
\&
fix_socket
},
{
'
#log-error
'
=>
\&
fix_log_error
},
{
'
#log-error
'
=>
\&
fix_log_error
},
{
'
general-log
'
=>
sub
{
return
1
;
}
},
{
'
general-log
'
=>
sub
{
return
1
;
}
},
...
...
mysql-test/suite/rpl/t/rpl_test_framework.cnf
View file @
274e06a5
...
@@ -17,18 +17,6 @@ log-slave-updates
...
@@ -17,18 +17,6 @@ log-slave-updates
log-slave-updates
log-slave-updates
[mysqld.9]
[mysqld.9]
log-slave-updates
log-slave-updates
#[mysqld.10]
#log-slave-updates
#[mysqld.11]
#log-slave-updates
#[mysqld.12]
#log-slave-updates
#[mysqld.13]
#log-slave-updates
#[mysqld.14]
#log-slave-updates
#[mysqld.15]
#log-slave-updates
[ENV]
[ENV]
SERVER_MYPORT_3= @mysqld.3.port
SERVER_MYPORT_3= @mysqld.3.port
...
@@ -38,9 +26,3 @@ SERVER_MYPORT_6= @mysqld.6.port
...
@@ -38,9 +26,3 @@ SERVER_MYPORT_6= @mysqld.6.port
SERVER_MYPORT_7= @mysqld.7.port
SERVER_MYPORT_7= @mysqld.7.port
SERVER_MYPORT_8= @mysqld.8.port
SERVER_MYPORT_8= @mysqld.8.port
SERVER_MYPORT_9= @mysqld.9.port
SERVER_MYPORT_9= @mysqld.9.port
#SERVER_MYPORT_10= @mysqld.10.port
#SERVER_MYPORT_11= @mysqld.11.port
#SERVER_MYPORT_12= @mysqld.12.port
#SERVER_MYPORT_13= @mysqld.13.port
#SERVER_MYPORT_14= @mysqld.14.port
#SERVER_MYPORT_15= @mysqld.15.port
mysql-test/t/connect.cnf
View file @
274e06a5
!include include/default_my.cnf
!include include/default_my.cnf
[mysqld.1]
[mysqld.1]
extra-port= @
mysqld.1.#extra-port
extra-port= @
ENV.MASTER_EXTRA_PORT
extra-max-connections=1
extra-max-connections=1
[ENV]
[ENV]
MASTER_EXTRA_PORT= @
mysqld.1.#extra-
port
MASTER_EXTRA_PORT= @
OPT.
port
mysql-test/t/pool_of_threads.cnf
View file @
274e06a5
...
@@ -3,11 +3,11 @@
...
@@ -3,11 +3,11 @@
[mysqld.1]
[mysqld.1]
loose-thread-handling= pool-of-threads
loose-thread-handling= pool-of-threads
loose-thread_pool_size= 2
loose-thread_pool_size= 2
extra-port= @
mysqld.1.#extra-port
extra-port= @
ENV.MASTER_EXTRA_PORT
extra-max-connections=1
extra-max-connections=1
[client]
[client]
connect-timeout= 2
connect-timeout= 2
[ENV]
[ENV]
MASTER_EXTRA_PORT= @
mysqld.1.#extra-
port
MASTER_EXTRA_PORT= @
OPT.
port
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