3e41a601f8
MXS-2411: Implicitly use latest API version
...
The request API prefix is now simply ignored as it has no meaning as long
as there is a single version of the API.
2019-04-18 13:58:34 +03:00
61f728c05a
MXS-2433: Reduce default query classifier cache size
...
Reduced the default cache size from 40% to 15%. Most cases don't benefit
from that much memory and the defaults have caused problems in live
environments.
2019-04-17 16:07:04 +03:00
b008c5a1e6
Add links to the sizes section
...
Links to the size type description in the documentation help explain what
sort of values are expected.
2019-04-17 14:10:48 +03:00
e9cc79d623
Fix typo in release notes
2019-04-17 09:31:49 +03:00
8b29e70f63
MXS-2428 Allow fixed Clustrix configuration
...
If 'dynamic_node_detection' has been set to false, then the
Clustrix monitor will not dynamically figure out what nodes are
available, but instead use the bootstrap nodes as such.
With 'dynamic_node_detection' being false, the Clustrix monitor
will do no cluster checks, but simply ping the health port of
each server.
2019-04-16 13:58:27 +03:00
e09a6c8100
MXS-2428 Add 'dynamic_node_detection' 'health_check_port'
...
'dynamic_node_detection' specifies whether the Clustrix monitor
should dynamically figure out what nodes there are, or just rely
upon static information.
'health_check_port' specifies the port to be used when perforing
the health check ping.
2019-04-16 13:58:27 +03:00
2f243b8f08
MXS-2349: Document socket
...
Added documentation for the parameter and changed the minimum required
server definition in the REST API.
2019-04-16 11:52:38 +03:00
3c188bf421
Merge branch '2.3' into develop
2019-04-16 11:23:49 +03:00
3a4bec921a
Update 2.3.6 Change log and Release notes.
2019-04-16 11:07:17 +03:00
f8a22d0ac0
MXS-2344 Add setting for enabling SSL for replication
...
If the monitor setting "replication_master_ssl" is set to on, any CHANGE MASTER TO-command
will have MASTER_SSL=1. If set to off or unset, MASTER_SSL is left unchanged to match existing
behaviour.
2019-04-15 19:15:45 +03:00
5af022cc9f
MXS-1662 Document admin_pam_readwrite_service and admin_pam_readonly_service
2019-04-15 13:28:44 +03:00
c643f9bc8d
Merge branch '2.3' into develop
2019-04-12 13:23:49 +03:00
1c87e2facf
Add changes to admin user hashing to release notes
2019-04-12 13:02:01 +03:00
139651c092
MXS-2253 Runtime ttl changes are made in seconds
...
Internally durations are stored in milliseconds but runtime changes
using SQL are made in seconds. Consequently, the provided value must
be multiplied by 1000 before being stored.
2019-04-11 15:53:45 +03:00
a102efa01f
Backport: Document the force option for set
...
Added documentation for the new option and mentioned it in the release
notes.
2019-04-09 09:43:19 +03:00
b54e67223f
MXS-2423: Add missing parameters to maxscale endpoint
...
Also updated the REST API documentation to include the newer output
(automating this update would be valuable).
2019-04-05 13:33:16 +03:00
2aa3515fc8
Merge commit '09cb4a885f88d30b5108d215dcdaa5163229a230' into develop
2019-04-04 14:34:17 +03:00
f812302d62
Document readwritesplit behavior with server states
2019-04-04 13:00:35 +03:00
09cb4a885f
Fix readconnroute name in examples
2019-04-03 12:57:05 +03:00
e3e66f8e90
MXS-2417: Add option to ignore persisted configs
...
The load_persisted_configs parameter now controls whether persisted
runtime changes are loaded on startup. The changes are still generated as
it persists the current state of MaxScale making problem analysis easier.
2019-04-03 12:57:05 +03:00
319d9fa1c5
Document the force option for set
...
Added documentation for the new option and mentioned it in the release
notes.
2019-04-02 14:21:54 +03:00
d7971fa44d
Merge branch '2.3' into develop
2019-04-02 12:48:33 +03:00
366fc6b8ee
MXS-2201: Document static parameters
...
Documented the list of parameters that cannot be changed at runtime.
2019-04-02 12:45:00 +03:00
2829baeab7
Merge branch '2.3' into develop
2019-04-02 12:35:36 +03:00
b42d38a3f6
Update release date
2019-04-02 12:34:11 +03:00
ab96606269
Merge branch '2.3' into develop
2019-04-01 15:41:52 +03:00
758fec5e2f
Update 2.3.5 Change Log and Release Notes
2019-04-01 15:39:59 +03:00
e659c6cc73
Merge branch '2.3' into develop
2019-04-01 13:24:30 +03:00
5346b24fa4
MXS-2393 Add parameter 'require_fully_parsed'
...
If set to true and if any of the other blocking related parameters
is true, then a statement that cannot be fully parsed will be blocked.
Default is true.
2019-04-01 10:52:52 +03:00
3977207d12
Update transaction_replay documentation
...
Removed the confusing paragraph.
2019-03-29 14:23:15 +02:00
4276514e27
MXS-2363 Add section to release notes
...
Also fix some minor other things in the relase notes.
2019-03-29 11:32:36 +02:00
4f8d6d1853
Fix transaction_replay documentation
...
The documentation stated that MVCC reads weren't safe with
transaction_replay when in reality they are not safe in general and
transaction_replay has no effect on it.
2019-03-29 10:35:41 +02:00
6aa846ebc7
MXS-1951: Document SO_REUSEPORT effects
...
Added a section into limitations and noted the effects in the release
notes.
2019-03-28 16:34:12 +02:00
841bdf4d0f
Merge branch '2.3' into develop
2019-03-28 15:33:09 +02:00
24c763d701
Update 2.3.5 release notes
2019-03-28 14:47:31 +02:00
dfd1d1e979
Update 2.3.5 release notes
2019-03-28 14:42:20 +02:00
6bc2c54081
Merge commit 'a78f0fbe2537542dc7f3f0dd8b19b93ac8d9d7f8' into develop
2019-03-28 13:53:40 +02:00
858327acf7
Rename Being Drained to Draining
...
With this, the words are unique and can be searched for more easily. This
does not fix the test failure of mxs2273_being_drained.
2019-03-28 13:21:24 +02:00
c4b82b7d83
MXS-2359 Route statements with database but no table dependence
...
Queries such as SHOW TABLES FROM db1 are now routed to the backend with db1.
This gives the correct result as long as db1 is not sharded to multiple
backends.
2019-03-27 13:46:36 +02:00
ee88180c54
MXS-2409 Check that prepared statement exists
...
If the PREPARE is malformed, the extracted statement is null.
2019-03-27 13:46:36 +02:00
c6ce4c2234
MXS-2359 Update schemarouter documentation
...
Moved limitations to the router documentation. Documented which queries get
exceptional handling.
2019-03-27 10:30:29 +02:00
45ba520057
Update csmon documentation
...
The required functionality for automatic "master" detection is in 1.2.
2019-03-25 18:48:26 +02:00
8b4961261f
MXS-2403 Update documentation
2019-03-25 15:26:17 +02:00
8b329f7f33
MXS-2403 Add 'check_subqueries' parameter
...
Only documentation and parameter handling.
2019-03-25 15:26:17 +02:00
ca8350ae35
MXS-2402 Document and handle 'check_unions' parameter
...
Only parameter handling, no actual functionality.
2019-03-25 15:24:35 +02:00
2ba7e63e7e
Merge branch '2.3' into develop
2019-03-21 09:26:06 +02:00
76ac63096c
MXS-2396 Add check_user_variables configuration parameter
...
The masking filter should check for things like
set @ssn = (SELECT ssn FROM users WHERE id = 1);
so that
select @ssn;
is not possible.
2019-03-20 15:11:58 +02:00
9ddd186550
MXS-2313: Update rank documentation
...
Updated the value types, added a simpler example and created a separate
section in readwritesplit documentation on the behavior of ranked servers.
2019-03-18 13:12:59 +02:00
b2bf4d125b
MXS-2313: Document rank
...
Added documentation along with a few examples of how the parameter behaves
and how it can be used.
2019-03-18 13:12:58 +02:00
667a9f1c6f
Merge branch '2.3' into develop
2019-03-15 12:31:08 +02:00