21b77ce4d3
Mention the removal of router_options for avrorouter in release notes
...
The router_options was deprecated in 2.1 and is now removed in 2.3.
2018-05-28 10:32:15 +03:00
55e1a39cc3
MXS 173 Deprecate DBFW rule limit_queries
...
Replaced by throttle filter
2018-05-25 14:51:36 +03:00
8145e1fd46
MXS-173 Add documentation.
2018-05-25 14:51:36 +03:00
40b31621c8
Merge branch '2.2' into develop
2018-05-25 12:15:58 +03:00
a705130708
MXS-1882: Make [maxscale] sections in sub-configs an error
...
Defining the [maxscale] section in a configuration file that is not the
root configuration file is now treated as an error instead of silently
ignored.
2018-05-24 13:01:57 +03:00
3dd84e170f
MXS-1778: Document causal_reads
parameter
...
Documented and explained the feature and how it works.
2018-05-22 17:46:26 +03:00
0d92b0bc8f
Merge branch '2.2' into develop
2018-05-22 16:18:36 +03:00
e7fd8ac6cb
Document stopping procedure for avrorouter
...
The safest way to stop the avrorouter is to stop replication and wait for
the conversion to halt. This was not previously documented and needs to be
mentioned in the router documentation.
2018-05-22 15:44:55 +03:00
2e8c19f6be
Merge branch '2.2' into develop
2018-05-21 10:06:20 +03:00
76f32a38ac
Update release date
2018-05-21 10:05:58 +03:00
bdde3c44d9
Document slave_selection_criteria and weightby interaction
...
Documented how the slave_selection_criteria and server weights work.
2018-05-21 09:50:43 +03:00
709c076000
Merge branch '2.2' into develop
2018-05-18 16:31:49 +03:00
b72a7a8926
Update 2.2.6 release notes
2018-05-18 15:36:16 +03:00
fb56de641a
MXS-1859 Add options for enforcing read_only on slaves
...
If the feature is enabled (default off), at the end of a monitor loop
(once server states are known), read_only is enabled on slaves servers
without it.
2018-05-18 15:29:56 +03:00
051ed76d73
Merge branch '2.2' into develop
2018-05-17 11:23:03 +03:00
135cd2e16a
Update readwritesplit limitations
...
The use of multiple cursors was fixed in 2.2.5 and the multi-statement
LOAD DATA LOCAL INFILE is fixed in 2.3.0.
2018-05-17 10:46:57 +03:00
95815df1db
Merge branch '2.2' into develop
2018-05-16 11:46:45 +03:00
ca0f37a4c0
Document maxpasswd encryption algorithm
...
Documented the maxpasswd encryption algorithm in the configuration guide.
2018-05-16 11:13:36 +03:00
036c06fb94
Add change log and release notes for 2.2.6
2018-05-16 09:38:11 +03:00
30cce333fd
MXS-1775 Add documentation
2018-05-15 11:09:52 +03:00
75eded4b89
Merge branch '2.2' into develop
2018-05-14 11:24:09 +03:00
ec4569497e
Merge branch '2.1' into 2.2
2018-05-14 10:14:16 +03:00
0a39fab562
Update 2.1.17 release notes
...
Added newly fixed bugs into the release notes.
2018-05-14 09:40:45 +03:00
48aa76e1d4
Fix invalid JSON in masking filter documentation
...
The example JSON was missing a comma where one was expected.
2018-05-10 22:26:32 +03:00
a544239540
Fix masking filter documentation
...
The example had invalid JSON in it.
2018-05-10 22:24:14 +03:00
12035289f4
Remove server authenticator options
...
Was unused. A warning is printed if the parameter is defined. Any value is ignored.
2018-05-08 14:18:00 +03:00
ee2c3001d4
Merge branch '2.2' into develop
2018-05-08 13:51:26 +03:00
7ede6b321c
Merge branch '2.1' into 2.2
2018-05-08 13:35:08 +03:00
bcbb823ab3
MXS-1772 Document netmask limitations
...
Only mentioned in the MySQL authenticator section, although the limitation
is likely in all authenticators.
2018-05-07 16:37:43 +03:00
c33460cb53
MXS-1804: Update limitations document
...
Changed the wording of the limitation to apply only to versions older than
2.3.0.
2018-05-03 09:46:47 +03:00
490d8c0963
Merge branch '2.2' into develop
2018-04-30 12:38:19 +03:00
cca39b910d
MXS-1837: Fix typo in REST API documentation
...
The documentation now has correct resource definitions for stopping and
starting services.
2018-04-30 06:27:04 +03:00
96af90628f
Add notes about experimental modules
...
Added a note to the documentation of experimental modules that explains
that the modules are distributed in a different package.
2018-04-27 12:31:53 +03:00
84ec46d6f0
MXS-1752: Warn that module is not GA
...
The module is not GA quality software so a warning should be given in the
documentation.
2018-04-27 12:31:52 +03:00
2cfa66ff7d
MXS-1752: Clarify router behavior
...
Amended the documentation to specify the exact behavior of the router when
non-resultset results are returned.
2018-04-27 12:31:52 +03:00
6cd75cc31c
MXS-1752: Add cat
documentation
...
Added documentation for the `cat` router.
2018-04-27 12:31:49 +03:00
a3a8b5523e
MXS-1401 Support multiple cache rules
...
The possibility to have multiple cache rules in a cache
configuration file is now handled throughout the cache
filter.
The major difference is that while you earlier directly
queried the Cache whether data should be stored to the
cache and whether data in the cache should be used, you
now query the Cache whether data should be stored to the
cache and, if so, get a CacheRules object from which you
subsequently query whether data from the cache should
be used.
2018-04-27 09:22:17 +03:00
092532745d
MXS-1507: Add transaction size limit
...
Added the `transaction_replay_max_size` parameter that controls the
maximum size of a transaction that can be replayed. If the limit is
exceeded, the stored statements are released thus preventing the
transaction from being replayed.
This limitation prevents accidental misuse of the transaction replaying
system when autocommit is disabled. It also allows the user to control the
amount of memory that MaxScale will use.
2018-04-26 13:44:26 +03:00
cb5917b346
MXS-1507: Clarify transaction replay limitations
...
Only transactions that return identical results can be replayed.
2018-04-26 13:44:26 +03:00
2848f96945
MXS-1507: Make transaction replay configurable
...
The transaction retrying behavior is now configurable and documented. The
`transaction_replay` parameter implicitly enables the required
functionality in the router that it needs.
2018-04-26 13:44:25 +03:00
d229980ea8
Merge branch '2.2' into develop
2018-04-25 10:59:33 +03:00
dee40a58f4
Update release date
2018-04-25 10:57:49 +03:00
68a89f0a25
Merge branch '2.2' into develop
2018-04-24 14:50:14 +03:00
084c963081
MXS-1639 Update 2.2.5 release notes
2018-04-24 14:36:54 +03:00
4d4aaec52d
Merge branch '2.2' into develop
2018-04-24 14:31:50 +03:00
c221e71582
Merge branch '2.1' into 2.2
2018-04-24 14:31:22 +03:00
caa964fa57
Merge branch '2.2' into develop
2018-04-24 13:57:50 +03:00
b401f83e10
Update 2.2.5 release notes
2018-04-24 13:52:26 +03:00
2a38902aa6
MXS-1639 Discard results when executing sql text files
...
This removes the limitation of not returning resultsets.
2018-04-24 13:21:44 +03:00
fa7cd9450a
MXS-1639 Do not run demote_sql_file if the server already has a slave connection
...
In this case, the server was already a slave and is not being demoted. Also, the file may
contain queries which cannot be ran while a slave connection is running.
2018-04-24 13:21:44 +03:00