Allow the query classifier to be specified in maxscale.cnf

This commit is contained in:
Johan Wikman
2016-02-01 20:44:36 +02:00
parent e668abec5b
commit 2bbe1b068a
4 changed files with 26 additions and 2 deletions

View File

@ -47,6 +47,7 @@ bool qc_init(const char* plugin_name)
if (!plugin_name || (*plugin_name == 0))
{
MXS_NOTICE("No query classifier specified, using default '%s'.", default_qc_name);
plugin_name = default_qc_name;
}