Add unique config for kill_query

This way the info log is always on.
This commit is contained in:
Markus Mäkelä
2019-06-23 11:10:57 +03:00
parent 75147f58fb
commit 736a59dde8
2 changed files with 29 additions and 1 deletions

View File

@ -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)
# 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.
add_test_executable(mxs2250_describe_temp_table.cpp mxs2250_describe_temp_table mxs2250_describe_temp_table LABELS REPL_BACKEND)