91770bf77c
Merge branch '2.3' into 2.4
2020-09-09 11:26:14 +03:00
537a9b41fc
MXS-3165 Fix cache documentation
...
The parameter is cache_in_transactions, not
cache_inside_transactions.
2020-09-09 11:01:52 +03:00
7968f41482
Merge branch '2.3' into 2.4
2020-09-01 09:15:56 +03:00
724074a178
Update REST API tutorial
...
The relationship deletion in it was not done correctly.
2020-08-29 13:20:20 +03:00
caedf79464
Merge branch '2.3' into 2.4
2020-08-28 14:24:16 +03:00
ebdb9655e6
MXS-3143: Route FOUND_ROWS to last used target
...
This will cause the query to be routed to the same server where a possible
SQL_CALC_FOUND_ROWS was executed.
2020-08-28 11:49:07 +03:00
bce427f4ad
Merge branch '2.3' into 2.4
2020-08-27 15:21:36 +03:00
24d6a582c2
MXS-3123: Use maxctrl in Administration Tutorial
...
As maxadmin is deprecated, it is better to use maxctrl for all commands
and remove any references to maxadmin.
2020-08-27 14:47:27 +03:00
dbe94e2dbe
MXS-3132: Fix monitor timeouts default values
...
The values are now what the documentation states they are.
2020-08-27 14:47:27 +03:00
0612871681
2.4.12 Update release date
2020-08-25 12:24:04 +03:00
7756d7c257
2.4.12 Add release notes and update change log
2020-08-24 10:02:50 +03:00
babcda3eca
2.4.12 Update Change Date
2020-08-24 09:42:48 +03:00
1bcc73666a
Fix some incorrect links in documentation
2020-08-12 11:24:23 +03:00
c90db9d6c1
Update 2.4.11 release date
2020-07-15 08:50:06 +03:00
4c1b42b9cd
2.4.11 Add release notes and update change log
2020-07-07 09:40:51 +03:00
9e91cfdded
MXS-3039: Document qlafilter log rotation
...
The interaction with the log rotation in MaxScale was not documented.
2020-07-07 09:23:22 +03:00
e1363cee9f
MXS-3020 Remove links to removed documents
...
The documents themselves were removed by MXS-2944, so the links
should not be there. Their presence will also prevent the documents
from being removed in KB.
2020-06-23 14:56:47 +03:00
8799bbbb95
2.4.10 Update release date
2020-06-08 10:50:32 +03:00
a1a4834182
2.4.10 Add release notes and update change log
2020-06-05 10:11:26 +03:00
5ebae9be90
Merge branch '2.3' into 2.4
2020-06-05 09:36:24 +03:00
d78aa39765
Update release date
2020-06-05 09:31:45 +03:00
ddb4064563
Fix typo in documentation
2020-06-05 09:31:45 +03:00
dcf0442127
2.3.20 Add release notes and update change log
2020-06-05 09:31:44 +03:00
da5af75c1c
MXS-3021: Make strictness of dbfwfilter configurable
...
In some cases the dbfwfilter is too strict and SQL that would not match a
rule is blocked due to it not being fully parsed. To allow a more lenient
mode of operation, the requirement for full parsing must be made
configurable.
2020-06-04 08:28:23 +03:00
f74035dc63
MXS-3017 Fix MariaDBMonitor documentation
...
The descriptions of several settings were not updated for 2.4.
2020-06-02 11:16:17 +03:00
727aeb4a08
Merge branch '2.3' into 2.4
2020-06-02 10:53:05 +03:00
11960a1e93
Document transaction_replay_max_size inner workings
...
The documentation didn't explain how to estimate how much memory a
transaction takes and whether it was a global limit or a per session
limit.
2020-06-02 10:17:39 +03:00
65bfda445d
MXS-3013: Document /v1/services/:service/reload
2020-06-01 19:40:49 +03:00
3ef1410f52
MXS-3013: Regenerate MaxCtrl documentation
2020-06-01 12:26:29 +03:00
6cc16ac16b
Document idle session behavior with fail_on_write
...
The behavior is not very obvious. To prevent excessive numbers of idle
sessions, a idle timeout should be configured.
2020-05-25 10:27:52 +03:00
7b4d26e26a
Document prepared statement tmp table limitation
...
Also moved the transaction replay limitations to the limitations section.
2020-05-13 13:48:22 +03:00
deae315dce
Correct PUT /server documentation
...
The stale state was nonsensical and the drain state was missing.
2020-05-11 08:19:48 +03:00
4f964ad039
Clarify CCRFilter documentation
...
The example now states that the effects of the filter are only seen by
individual sessions.
2020-05-11 08:19:48 +03:00
9ad90caf88
2.4.9 Update release date
2020-04-30 11:24:33 +03:00
c82f396ebf
2.4.9 Add release notes and update change log
2020-04-29 10:08:19 +03:00
9106392c12
Merge branch '2.3' into 2.4
2020-04-27 15:55:05 +03:00
25c5c91fea
Update 2.3.19 release date
2020-04-27 15:36:04 +03:00
d3d7054639
Merge branch '2.3' into 2.4
2020-04-24 16:09:20 +03:00
c689aac939
2.3.19 Create release notes and update change log
2020-04-23 14:31:08 +03:00
c8c919be27
Merge branch '2.3' into 2.4
2020-04-09 12:02:44 +03:00
aacae9b508
MXS-2956: Fix use of admin_ssl_ca_cert
...
The parameter is now optional and uses the correct file. If defined, it
defines the CA certificate that would be used to verify client
certificate. Client certificate verification doesn't seem to currently
work as that requires a custom verification callback that interfaces with
GnuTLS.
2020-04-09 11:58:50 +03:00
927db1fc6e
Clarify master_accept_reads
2020-04-09 11:48:46 +03:00
83b03d89b5
MXS-2861: Add ssl_cipher to servers and listeners
...
This allows the set of TLSv1.2 ciphers to be selected which is required to
fulfill certain regulatory requirements.
2020-04-09 11:48:44 +03:00
08bc1ff594
Merge branch '2.3' into 2.4
2020-04-01 09:14:40 +03:00
67a77a2497
MXS-2944: Remove old tutorials
2020-04-01 09:09:28 +03:00
6fdb7ed089
Merge remote-tracking branch 'origin/2.3' into 2.4
2020-03-30 10:23:35 +03:00
a412ed6211
Fix monitor REST API documentation
...
The DELETE documentation had the wrong endpoint.
2020-03-30 08:53:54 +03:00
80a8fd55be
Merge branch '2.3' into 2.4
2020-03-19 15:13:19 +02:00
a8e2584bfc
Fix REST API servers documentation
...
Always use plural form of the objects. PATCH example used PUT.
2020-03-19 15:13:02 +02:00
e92368e3e1
Update 2.4.8 release date
2020-03-18 15:09:40 +02:00