Add unique config for kill_query
This way the info log is always on.
This commit is contained in:
@ -200,7 +200,7 @@ add_test_executable(maxctrl_basic.cpp maxctrl_basic maxctrl_basic LABELS maxctrl
|
|||||||
add_test_executable(mxs2167_extra_port.cpp mxs2167_extra_port mxs2167_extra_port LABELS REPL_BACKEND)
|
add_test_executable(mxs2167_extra_port.cpp mxs2167_extra_port mxs2167_extra_port LABELS REPL_BACKEND)
|
||||||
|
|
||||||
# Test KILL QUERY functionality
|
# Test KILL QUERY functionality
|
||||||
add_test_executable(kill_query.cpp kill_query replication LABELS REPL_BACKEND)
|
add_test_executable(kill_query.cpp kill_query kill_query LABELS REPL_BACKEND)
|
||||||
|
|
||||||
# MXS-2250: DESCRIBE on temporary table should work.
|
# MXS-2250: DESCRIBE on temporary table should work.
|
||||||
add_test_executable(mxs2250_describe_temp_table.cpp mxs2250_describe_temp_table mxs2250_describe_temp_table LABELS REPL_BACKEND)
|
add_test_executable(mxs2250_describe_temp_table.cpp mxs2250_describe_temp_table mxs2250_describe_temp_table LABELS REPL_BACKEND)
|
||||||
|
28
maxscale-system-test/cnf/maxscale.cnf.template.kill_query
Executable file
28
maxscale-system-test/cnf/maxscale.cnf.template.kill_query
Executable file
@ -0,0 +1,28 @@
|
|||||||
|
[maxscale]
|
||||||
|
threads=###threads###
|
||||||
|
log_info=1
|
||||||
|
|
||||||
|
###server###
|
||||||
|
|
||||||
|
[MySQL-Monitor]
|
||||||
|
type=monitor
|
||||||
|
module=mysqlmon
|
||||||
|
servers=###server_line###
|
||||||
|
user=maxskysql
|
||||||
|
password=skysql
|
||||||
|
monitor_interval=1000
|
||||||
|
|
||||||
|
[RW-Split-Router]
|
||||||
|
type=service
|
||||||
|
router=readwritesplit
|
||||||
|
servers=###server_line###
|
||||||
|
user=maxskysql
|
||||||
|
password=skysql
|
||||||
|
|
||||||
|
[Read-Connection-Router-Slave]
|
||||||
|
type=service
|
||||||
|
router=readconnroute
|
||||||
|
router_options=slave
|
||||||
|
servers=###server_line###
|
||||||
|
user=maxskysql
|
||||||
|
password=skysql
|
Reference in New Issue
Block a user