edd5ddcc88
Merge branch '2.2' into develop
2018-09-10 12:29:00 +03:00
6279ab350c
Rename TestConnections::assert() to TestConnections::expect()
...
Allows the including of <assert.h>.
2018-09-10 10:24:46 +03:00
c447e5cf15
Uncrustify maxscale
...
See script directory for method. The script to run in the top level
MaxScale directory is called maxscale-uncrustify.sh, which uses
another script, list-src, from the same directory (so you need to set
your PATH). The uncrustify version was 0.66.
2018-09-09 22:26:19 +03:00
b98c0841b4
Enable and fix -Wextra warnings
...
Fixed all warnings that were present with -Wextra.
2018-07-03 15:07:19 +03:00
9062c31865
compound_statement: Drop table if it exists
...
It's not an error if the table already exists, whatever the reason.
2017-12-21 10:48:07 +02:00
0e8bdeae13
Add test for 10.1 compound statements
...
The test executes a compound statement through MaxScale and checks that it
is routed correctly to the master.
2017-12-21 10:48:06 +02:00