Commit Graph

2046 Commits

Author SHA1 Message Date
b549528d0f MXS-2887: admin_auth can be modified at runtime
The parameter can be modified at runtime, as is evident from the unit
tests that test it, and should not be listed in the set of unmodifiable
parameters.
2020-02-11 09:13:57 +02:00
043df59ffa Merge branch '2.3' into 2.4 2020-01-29 14:38:29 +02:00
f53faba795 MXS-2857: Disable peer verification by default
The fix to the bug where peer certificates were validated but not required
caused the default behavior to change. The default should've changed at
the same time the fix was made.
2020-01-29 14:35:03 +02:00
f2da2babbf Update 2.4.6 release date 2020-01-24 08:30:57 +02:00
0b2c0f8432 Add 2.4.6 release notes and update change log 2020-01-21 09:39:07 +02:00
df3ae56952 Merge branch '2.3' into 2.4 2020-01-17 09:26:50 +02:00
b573fcf030 MXS-2839: Make ssl_ca_cert optional
Not defining ssl_ca_cert causes the system default verification chain to
be used.
2020-01-17 09:21:06 +02:00
9bd692c7d3 Merge branch '2.3' into 2.4 2020-01-17 08:26:15 +02:00
9087f00c12 Update 2.3.16 release date 2020-01-17 08:15:05 +02:00
e3e92e7d90 Document hintfilter limitations
The filter does not support prepared statements.
2020-01-16 14:02:05 +02:00
a7e0142224 Merge branch '2.3' into 2.4 2020-01-15 11:29:37 +02:00
d03d9ae464 Merge branch '2.3' into 2.4 2020-01-15 11:00:59 +02:00
1168ca5045 Add 2.3.16 release notes and update change log 2020-01-15 10:51:34 +02:00
8b29760285 MXS-2812 Document "Auth Error" state
It was left out of the main configuration guide.
2020-01-15 10:40:11 +02:00
bb2f0a98cb Remove Cache filter storage_rocksdb documentation
The code is no longer present in MaxScale.
2020-01-15 10:38:41 +02:00
6c14ac7829 MXS-2834: Make retrying of trx deadlocks configurable
The behavior is not desirable in all cases and should be enabled only if
needed.
2020-01-11 11:53:01 +02:00
b555115fa2 Merge branch '2.3' into 2.4 2020-01-07 11:12:02 +02:00
edb49d6f35 MXS-2824: Document basic user privileges
The documentation was not clear on what the difference between admin and
basic accounts is.
2020-01-07 10:40:41 +02:00
abef18a953 MXS-2798: Document net_write_timeout 2019-12-31 08:09:02 +02:00
08fc4b9146 Document retry_on_failure behavior
The feature does not work in 2.4 and should be documented as a
non-functional parameter that will be removed in the future.
2019-12-31 07:56:48 +02:00
946426126b Update 2.4.5 release date 2019-12-21 15:31:20 +02:00
8cbe886dc5 Update 2.4.5 release notes 2019-12-19 10:16:47 +02:00
b80d6c7305 MXS-2498: Document temp tables in multi-statments
When a temporary table is created with a multi-statement query, it won't
be detected by MaxScale.

Also removed the wrong limitations section from the document.
2019-12-19 10:14:00 +02:00
a994fa4aca Add 2.4.5 release notes and update change log 2019-12-18 13:18:08 +02:00
f39ed6803e Merge branch '2.3' into 2.4 2019-12-17 14:04:47 +02:00
b3f44adb16 MXS-2797: Fix handle_events documentation
The parameter was called handle_server_events when in reality it was
handle_events.
2019-12-17 13:48:51 +02:00
2c44ed0e6c Merge branch '2.3' into 2.4 2019-12-13 13:57:32 +02:00
fe92c4e408 Remove Cache filter storage_rocksdb documentation
The code is no longer present in MaxScale.
2019-12-13 13:57:21 +02:00
ad323bb837 Merge branch '2.3' into 2.4 2019-12-13 11:24:42 +02:00
44664132bc MXS-2792 Improve monitor script documentation
Apparently the previous script example was not working. Moved the
updated example to Monitor-Common.md.
2019-12-13 10:38:07 +02:00
2f3afa943c Add missing quotes to REST API documentation
The example data is JSON, not JavaScript, which means that object keys
must be double-quoted.
2019-12-12 10:09:12 +02:00
1ef130a870 MXS-2785: Update binlogfilter documentation
Updated the documentation with the regex changes and listed some of the
caveats of rewriting SQL with regular expressions.
2019-12-09 17:53:59 +02:00
f3f2748490 MXS-2785: Document database rewriting
Documented the new features and the limitations that exist with it.
2019-12-09 17:53:59 +02:00
155ac8fd01 Merge branch '2.3' into 2.4 2019-12-05 10:48:23 +02:00
578004677f Update 2.3.15 release date 2019-12-05 10:36:48 +02:00
56a24612dd Merge branch '2.3' into 2.4 2019-12-04 13:59:46 +02:00
216ce9b4ee Add 2.3.15 release notes and update change log 2019-12-04 11:29:45 +02:00
9dceff7d9d Merge branch '2.3' into 2.4 2019-12-03 10:05:34 +02:00
1e57c2cb67 MXS-2643: Mention Galera in causal_reads documentation
causal_reads does not work with servers that update their state via
mechanisms other than the standard replication. In practice this is just
another Galera limitation.
2019-12-03 09:58:23 +02:00
7a5e50f980 Merge branch '2.3' into 2.4 2019-11-29 16:41:07 +02:00
ab8393939b MXS-2773: Make host blocking an optional feature
In cases where servers are known to be down on startup, this feature does
more harm than good. Disabling it in these cases would be preferable but
due to how the parameter is used, it is not possible.
2019-11-29 16:31:07 +02:00
09e6d9eeae Fix max_auth_errors_until_block formatting
The heading was one level too deep.
2019-11-29 16:31:07 +02:00
b5ada0db7e MXS-2762: Document ssl_version changes 2019-11-29 16:16:35 +02:00
218354081c Merge branch '2.3' into 2.4 2019-11-22 12:53:39 +02:00
53ee7072ee MXS-2775 Document semisync limitations with failover
The previous content was a bit too positive about semisync replication
ensuring a clean failover.
2019-11-22 12:52:36 +02:00
ccd3ad502b Remove 2.3 release note 2019-11-14 09:54:15 +02:00
03b3870d80 Update 2.4.4 release date 2019-11-14 09:39:53 +02:00
a2508111a4 Create release notes for 2.4.4 and update change log 2019-11-13 08:37:17 +02:00
ff80f2b514 Merge branch '2.3' into 2.4 2019-11-12 09:19:43 +02:00
133a947bb5 Update 2.3.14 release date 2019-11-12 09:10:21 +02:00