1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

only allocate extra-port (in tests) when needed

(otherwise 10 ports per worker will be not enough)
This commit is contained in:
Sergei Golubchik
2011-07-10 19:47:24 +02:00
parent 5b74c2da72
commit 274e06a504
4 changed files with 4 additions and 23 deletions

View File

@ -236,7 +236,6 @@ my @mysqld_rules=
{ 'pid-file' => \&fix_pidfile },
{ '#host' => \&fix_host },
{ 'port' => \&fix_port },
{ '#extra-port' => \&fix_port },
{ 'socket' => \&fix_socket },
{ '#log-error' => \&fix_log_error },
{ 'general-log' => sub { return 1; } },