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:
@ -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; } },
|
||||
|
Reference in New Issue
Block a user