Files
MaxScale/server/core
Johan Wikman e840f92cbb Make query_classifier a wrapper.
The query_classifier library is now only a wrapper that loads an
actual query classifier implementation. Currently it is hardwired
to load qc_mysqlembedded, which implements the query classifier
API using MySQL embedded.

This will be changed, so that the library to load is specified
when qc_init() is called. That will then allow the query classifier
to be specified in the config file.

Currently there seems to be a conflict between the mysql_library_end()
call made in qc_mysqlembedded and the mysql_library_end() call made in
gateway.c. The reason is that they both finalize a shared library.
For the time being mysql_library_end() is not called in gateway.c.
This problem is likely to go away by switching from the client
library to the connector-c library.
2016-01-29 16:35:03 +02:00
..
2014-08-18 09:39:29 +00:00
2015-11-30 10:56:38 +02:00
2015-11-30 10:56:38 +02:00
2015-12-08 09:32:10 +02:00
2016-01-29 16:35:03 +02:00
2016-01-29 10:53:01 +02:00
2015-11-30 14:10:15 +02:00
2016-01-26 10:40:43 +02:00
2015-11-26 17:34:53 +02:00
2015-11-26 17:34:53 +02:00
2015-11-30 15:18:51 +02:00
2016-01-08 13:47:34 +00:00
2016-01-28 09:55:26 +02:00
2015-11-30 18:58:43 +02:00
2016-01-22 18:55:54 +02:00
2016-01-19 10:53:55 +02:00
2016-01-19 10:53:55 +02:00
2016-01-27 09:07:55 +02:00
2016-01-27 09:07:55 +02:00
2015-12-01 09:29:52 +02:00