Markus Mäkelä
09349aaa22
Add missing string versions of MySQL commands
...
The STRPACKETTYPE macro was missing a number of the commands from the enum.
Added executed command byte value to readwritesplit info level log output.
2017-05-09 10:40:34 +03:00
Johan Wikman
49cc2b52e3
Merge branch '2.1.0' into 2.1
2017-02-15 08:44:55 +02:00
Johan Wikman
5648f708af
Update license to BSL 1.1
2017-02-14 21:42:28 +02:00
Markus Mäkelä
d2c3be8728
Fix compiler flag usage
...
The compiler flags overwrote the default values that CMake generates
instead of appending to them.
2017-02-10 17:19:46 +02:00
MassimilianoPinto
1a5f79de22
MYSQL_COM_SET_OPTION added to STRPACKETTYPE
...
MYSQL_COM_SET_OPTION is detected and displayed in log messages
2017-01-26 09:02:53 +01:00
Markus Mäkelä
5cd347ff18
Add the expression to debug assertion log message
...
The actual expression that failed should help figure out what went wrong
from the logs alone.
2017-01-23 13:38:56 +02:00
Markus Mäkelä
0b6b9c3d81
Format core source code and headers
...
Formatted core source code and headers with Astyle.
2017-01-17 14:47:50 +02:00
Markus Makela
ed280aa81b
Use client DCB to route requests
...
Using internal DCBs for query routing wasn't needed as the client DCB
could be used. This could also be done by simply routing the query again
with routeQuery.
2016-11-30 10:28:23 +02:00
Markus Makela
abc0681248
Temporarily disable listmanager debug checks
...
Since the listmanager code isn't used, the debug assertions will always
fail. They should be disabled until the listmanager code can converted to
the per-thread model.
2016-11-30 10:28:22 +02:00
Johan Wikman
9e4ee0323d
Merge branch '2.0' into develop
2016-11-21 12:23:30 +02:00
Markus Makela
03951fff11
Remove FAKE_CODE from use
...
This functionality is not used in tests and parts of it didn't work. Since
it is not actively maintained or even used, it is better to remove it.
2016-11-11 12:17:22 +02:00
Johan Wikman
d7ce3ad75b
Replace include guards with #pragma once
2016-10-26 08:23:15 +03:00
Johan Wikman
0800bf4a59
Rename skygw_debug.h to debug.h
...
Also remove unneded includes in debug.h
2016-10-14 13:48:10 +03:00