83e276ebd3
MXS-2521: Fix the test
...
Fixed the test to correctly set the parameters and also to first verify
that a direct connection works before doing the test via MaxScale.
2019-06-27 08:25:12 +03:00
2e843375bb
Merge branch '2.2' into 2.3
2019-06-27 08:19:47 +03:00
5c762bb841
misc fix
2019-06-27 08:17:42 +03:00
51ce3c53fd
shift 32
2019-06-27 08:17:42 +03:00
6b31b80e76
fix wrong assert
2019-06-27 08:17:42 +03:00
8d50450b5a
MXS-2521:Route subseqenct COM_STMT_EXECUTE to the same server which first COM_STMT_EXECUTE was executed on
2019-06-27 08:17:42 +03:00
5e19c47099
Remove Nagios plugins
...
The plugins were outdated and written to produce non-standard output.
2019-06-27 00:20:41 +03:00
25a076d072
Fix buffer sizes in PS extraction code
...
The code used 4 byte buffers for 2 byte values.
2019-06-26 15:49:50 +03:00
991067372d
Improve systemd check error message
...
The error now displays the correct package name for systems that use RPMs.
2019-06-26 15:49:50 +03:00
25c6713162
MXS-2577: Document avrorouter direct replication mode
...
A new section in the avrorouter documentation provides the necessary
information to configure the avrorouter for direct replication from a
server.
2019-06-26 10:21:26 +03:00
d45915c279
Treat empty avro filenames as an error
...
If an empty filename is requested, treat it as an error.
2019-06-26 10:17:21 +03:00
01822490ca
Fix avrorouter and cluster
usage
...
The servers defined by `cluster` wouldn't get used.
2019-06-26 10:17:21 +03:00
6cc0d43cb2
Merge branch '2.2' into 2.3
2019-06-26 10:10:26 +03:00
59e7b2b09d
Deprecate mqfilter
2019-06-26 10:08:15 +03:00
c8145f94c9
Merge branch '2.4.0' into 2.4
2019-06-26 09:51:23 +03:00
d41d4021a8
Merge branch '2.3' into 2.4.0
2019-06-26 09:20:35 +03:00
67d82146f1
Fix packet length assertion
...
The `used_len + len` can be the same as `total_len`.
2019-06-26 09:19:24 +03:00
88dae197b0
Make packet boundary assertion less costly
...
mxs::Buffer::iterator is not a random-access iterator and hence will have
linear cost. This is too costly to do on every packet with even moderately
sized resultsets.
2019-06-26 09:13:03 +03:00
29cb034585
Merge branch '2.4.0' into 2.4
2019-06-26 08:57:25 +03:00
ae18e454cc
Remove manual revision history from tests
2019-06-25 20:44:15 +03:00
d15582d26d
Allow posting to stopped workers
...
Due to there being no distinction between a temporarily stopped worker and
a permanently stopped one, we must allow posting of messages to stopped
workers.
2019-06-25 17:32:24 +03:00
fbd0e84637
Update 2.4.0 release notes
...
Added short summaries of relevant changes.
2019-06-25 15:16:54 +03:00
28a2a726f8
Merge branch '2.4.0' into 2.4
2019-06-25 11:48:44 +03:00
0435da90fb
Remove 2.3 release notes from 2.4.0 branch
2019-06-25 11:47:36 +03:00
f961bf1d96
Merge branch '2.3' into 2.4.0
2019-06-25 11:46:44 +03:00
d8cbdae83d
Remove 2.2 release notes from 2.3 branch
...
By convention, we only retain the release notes for the current
branch.
2019-06-25 11:46:30 +03:00
1b5071260b
Merge branch '2.4.0' into 2.4
2019-06-25 11:43:08 +03:00
82a5d915a8
Update 2.4 Change Log and 2.4.0 Release notes
2019-06-25 11:34:34 +03:00
42bf95eb82
Fix MariaDB startup commands
...
Newer systems only define the mariadb service.
2019-06-25 10:15:06 +03:00
7d10a71015
Fix broken Change Dates
...
Were not correct, so were not updated with all others.
2019-06-25 10:11:55 +03:00
cb6bdbc936
Add additional scripts for checking the Change Date
2019-06-25 10:11:55 +03:00
91475c8a1a
Add script for checking Change Date
...
Check that if a file has a Change Date entry that the date is the
expected one.
2019-06-25 10:11:55 +03:00
0ba779d5a2
Update 2.4.0 Change Date
2019-06-25 10:11:55 +03:00
cbded7f21b
Add additional change date updating script
...
The new one is explicitly aware of which directories are relevant.
2019-06-25 10:11:55 +03:00
d146ea376d
Update 2.4 license
2019-06-25 10:11:55 +03:00
b8bb8702bd
Fix broken Change Dates
...
Were not correct, so were not updated with all others.
2019-06-25 09:52:42 +03:00
698dd8a0f2
Add additional scripts for checking the Change Date
2019-06-25 09:38:28 +03:00
17643e842e
Add script for checking Change Date
...
Check that if a file has a Change Date entry that the date is the
expected one.
2019-06-25 09:23:29 +03:00
2ab9aa9a94
Update 2.4.0 Change Date
2019-06-25 09:19:55 +03:00
34ea0676f4
Add additional change date updating script
...
The new one is explicitly aware of which directories are relevant.
2019-06-25 09:16:17 +03:00
873ea92915
Assert that packet is inside the buffer
...
The buffer containing the response should contain only complete packets.
2019-06-25 09:05:49 +03:00
aac0ecc373
MXS-2574: Add PATCH for /users/inet endpoint
...
The alteration of user passwords is now done inside MaxScale. This
prevents the possibility of a user locking themselves out.
2019-06-25 08:23:17 +03:00
c1ba5c127b
Update 2.4 license
2019-06-25 08:22:31 +03:00
77671a2393
Also preload mariadbbackendauth
...
The backend protocols require it.
2019-06-24 22:46:27 +03:00
c1c376b7ac
MXS-2575: Fix REST-API error propagation
...
The errors are now correctly sent even with requests that upload data.
2019-06-24 15:15:47 +03:00
2f56264715
Preload mariadbbackend for unit tests
...
This should fix the failure of test_config2 and make server allocation
work.
2019-06-24 15:15:47 +03:00
a51e094cd5
Merge branch '2.2' into 2.3
2019-06-24 15:07:18 +03:00
3cb05813a0
MXS-2555 Add SmartRouter documentation
2019-06-24 14:54:06 +03:00
7fb268f1a7
MXS-2575: Fix REST-API error propagation
...
The errors are now correctly sent even with requests that upload data.
2019-06-24 14:37:40 +03:00
f4e04f5c42
Merge branch '2.3' into 2.4
2019-06-24 13:10:20 +03:00