diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-07-10 19:47:24 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-07-10 19:47:24 +0200 |
commit | 274e06a50488af3e16eda1fbb583073ec7047678 (patch) | |
tree | 0b5877c17e4aaa8a5d4c58f6d4e4a8597a205888 /mysql-test/t/connect.cnf | |
parent | 5b74c2da72ff24d0af18b57e9dca8dcf238e635d (diff) | |
download | mariadb-git-274e06a50488af3e16eda1fbb583073ec7047678.tar.gz |
only allocate extra-port (in tests) when needed
(otherwise 10 ports per worker will be not enough)
Diffstat (limited to 'mysql-test/t/connect.cnf')
-rw-r--r-- | mysql-test/t/connect.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/connect.cnf b/mysql-test/t/connect.cnf index caf51ee2085..4f8d8b06b63 100644 --- a/mysql-test/t/connect.cnf +++ b/mysql-test/t/connect.cnf @@ -1,8 +1,8 @@ !include include/default_my.cnf [mysqld.1] -extra-port= @mysqld.1.#extra-port +extra-port= @ENV.MASTER_EXTRA_PORT extra-max-connections=1 [ENV] -MASTER_EXTRA_PORT= @mysqld.1.#extra-port +MASTER_EXTRA_PORT= @OPT.port |