Remove debugcli from test configurations
The module has been removed in 2.4.
This commit is contained in:
@ -61,16 +61,6 @@ throttling_duration = 10000
|
|||||||
sampling_duration = 250
|
sampling_duration = 250
|
||||||
continuous_duration = 2000
|
continuous_duration = 2000
|
||||||
|
|
||||||
[Debug-Service]
|
|
||||||
type = service
|
|
||||||
router = debugcli
|
|
||||||
|
|
||||||
[Debug-Listener]
|
|
||||||
type = listener
|
|
||||||
service = Debug-Service
|
|
||||||
protocol = telnetd
|
|
||||||
port = 4007
|
|
||||||
|
|
||||||
[MaxAdmin-Service]
|
[MaxAdmin-Service]
|
||||||
type = service
|
type = service
|
||||||
router = cli
|
router = cli
|
||||||
|
@ -43,16 +43,11 @@ type=filter
|
|||||||
module=qlafilter
|
module=qlafilter
|
||||||
filebase=/tmp/QueryLog
|
filebase=/tmp/QueryLog
|
||||||
|
|
||||||
[Debug-Interface]
|
|
||||||
type=service
|
|
||||||
router=debugcli
|
|
||||||
|
|
||||||
[RW-Split-Listener]
|
[RW-Split-Listener]
|
||||||
type=listener
|
type=listener
|
||||||
service=RW-Split-Router
|
service=RW-Split-Router
|
||||||
protocol=MySQLClient
|
protocol=MySQLClient
|
||||||
port=4006
|
port=4006
|
||||||
#socket=/tmp/rwsplit.sock
|
|
||||||
|
|
||||||
[Read-Connection-Listener-Slave]
|
[Read-Connection-Listener-Slave]
|
||||||
type=listener
|
type=listener
|
||||||
@ -66,12 +61,6 @@ service=Read-Connection-Router-Master
|
|||||||
protocol=MySQLClient
|
protocol=MySQLClient
|
||||||
port=4008
|
port=4008
|
||||||
|
|
||||||
[Debug-Listener]
|
|
||||||
type=listener
|
|
||||||
service=Debug-Interface
|
|
||||||
protocol=telnetd
|
|
||||||
port=4442
|
|
||||||
|
|
||||||
[CLI]
|
[CLI]
|
||||||
type=service
|
type=service
|
||||||
router=cli
|
router=cli
|
||||||
@ -80,7 +69,6 @@ router=cli
|
|||||||
type=listener
|
type=listener
|
||||||
service=CLI
|
service=CLI
|
||||||
protocol=maxscaled
|
protocol=maxscaled
|
||||||
#address=localhost
|
|
||||||
socket=default
|
socket=default
|
||||||
|
|
||||||
[server1]
|
[server1]
|
||||||
|
Reference in New Issue
Block a user