5a33d45d4d
Merge branch '2.3' into 2.4
2020-11-16 09:25:43 +02:00
9dd736d4eb
MXS-3245: Document /v1/maxscale/ REST API responses
2020-11-16 09:20:51 +02:00
c49f17f428
MXS-3295: Fix layout of the classify endpoint
...
The values were stored in the parameters object which is used for
configuration parameters in other endpoints. The proper place for them is
inside the attributes object.
2020-11-16 09:20:50 +02:00
6a3cf164e4
Merge remote-tracking branch 'origin/2.4.13' into 2.4
2020-11-04 13:03:00 +02:00
7efe15e0e6
Add note regarding new signature key
2020-11-04 12:55:58 +02:00
702e88d3d6
MXS-3240: Document /maxscale/threads/:id values
...
The values are somewhat cryptic without documentation.
2020-10-19 15:08:07 +03:00
0f1983fe1a
MXS-3239 Update Clustix/Xpand documentation
...
- Rename files
- Change Clustrix -> Xpand in files
- Update links
- Add warning that the monitor is intended for use with a native
Xpand cluster, not with the Xpand storage engine.
2020-10-19 14:22:21 +03:00
c4d193036d
Update release date
2020-10-19 12:23:27 +03:00
faaf7f483e
2.4.13 Update Change Date
2020-10-14 09:15:46 +03:00
459884fc96
2.4.13 Add release notes and update change log
2020-10-14 09:15:46 +03:00
3230d88d4c
MXS-3198 Update MariaDB Monitor documentation on 10.5 privileges
...
In the end, only minor changes as SUPER covers most of the
requirements.
2020-10-06 14:20:23 +03:00
e15b276273
Merge branch '2.3' into 2.4
2020-10-06 10:55:33 +03:00
f922ddcc1c
MXS-3207: Document dbfwfilter user addresses
...
The fact that "partial" wildcards aren't supported wasn't clearly
documented.
2020-10-05 10:27:16 +03:00
89e206e888
Merge branch '2.3' into 2.4
2020-09-14 10:38:11 +03:00
5fccce5bb4
MXS-3177 Fix download link
2020-09-14 08:24:07 +03:00
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