5933062666
Binlog router documentation update.
...
Removed SHOW FULL BINARY LOGS and added details about SHOW BINARY LOGS
output when option binlog_structure=tree
2017-08-04 11:20:07 +02:00
8e9c943d48
Proxy protocol setting error detection + documentation
...
The setting parsing is now similar to the other server settings.
The header is printed if log_info is on.
Changed the setting name to simply "proxy_protocol".
Updated documentation.
2017-08-04 11:43:29 +03:00
1f4856cdc5
Merge branch '2.1' into develop
2017-08-03 19:01:32 +03:00
0dbf64b1ab
Fix broken link in 2.1.5 release notes
...
The link to the list of issues was broken.
2017-08-01 10:50:11 +03:00
3eb99139f5
Merge branch '2.1' into develop
2017-07-31 15:57:05 +03:00
95c254a8b0
Update release date
2017-07-31 15:45:59 +03:00
39629c412d
Binlog server: added prefix to last file in SHOW FULL BINARY LOGS
...
Binlog server: added prefix to last file in SHOW FULL BINARY LOGS
2017-07-31 10:27:18 +02:00
1034641fa5
MXS-1317: Change default for monitor_interval to 2000
...
The default value for monitor_interval is now 2000 milliseconds.
2017-07-31 06:06:39 +03:00
788386cfee
Master GTID registration in Binlog Server: documentation update PART 2_1
...
Master GTID registration in Binlog Server: documentation update PART 2_1
2017-07-28 11:09:55 +02:00
fcabda15a8
MXS-1335: Disable root_node_as_master by default
...
Enabling the option hinders the use of maintenance mode with the root
master node in most use-cases.
This behavior occurs due to the fact that the maintenance mode causes a
server to be treted as if it was down. The Galera monitor waits for the
cluster to reorganize before assigning a new master node. This is correct
(but very unexpected) behavior for single instance use-cases.
2017-07-28 11:52:49 +03:00
5ceb2673a3
Master GTID registration in Binlog Server: documentation update PART 1
...
Master GTID registration in Binlog Server: documentation update PART 1
2017-07-28 09:13:46 +02:00
6d9500d898
Add links to release notes in Changelog.md
...
The Markdown links do not work as the release note files do not exist but
the resulting KB links do work.
2017-07-28 09:47:24 +03:00
08c51aa598
Remove broken links
...
The links in old upgrading guides and the changelog pointed to documents
that do not exist.
2017-07-27 16:19:50 +03:00
86994457e1
Update 2.1.5 release notes
...
Added all fixed bugs and short descriptions of the major changes.
2017-07-27 16:19:50 +03:00
9be449edf8
Binlogrouter: documentation update for last seen GTID in SHOW SLAVE STATUS
...
Binlogrouter: documentation update for last seen GTID in SHOW SLAVE
STATUS
2017-07-27 10:13:25 +02:00
d54616f075
Update 2.1.5 release notes
2017-07-27 09:58:32 +03:00
7048bef533
Added documentation for mariadb10_slave_gtid
...
Added documentation for mariadb10_slave_gtid
2017-07-26 11:25:01 +02:00
17a09412cc
Update ChangeLog and Upgrading
2017-07-25 10:42:18 +03:00
26bf342e6b
Merge branch '2.1' into develop
2017-07-24 12:37:25 +03:00
f76e4cd61d
Fix GCC 7 and OpenSSL 1.1 build failures
...
Fedora 26 and Debian 9 have both GCC 7 and OpenSSL 1.1. These fixes add
support for the newer versions of these libraries.
2017-07-24 10:38:47 +03:00
741c6d9aaf
Documentation update for obfuscation method
...
Example changed to reflect new algorithm output
2017-07-18 11:18:32 +02:00
985fea43a0
MXS-1220: Fix /sessions/ response documentation
...
The response body listed listener sessions when only client sessions are
listed.
2017-07-18 11:37:18 +03:00
ac142a1b71
Documentation update with 'obfuscate' rule and 'match' option in 'replace' rule
...
Documentation update with 'obfuscate' rule and 'match' option in
'replace' rule
2017-07-17 12:16:43 +02:00
f4dacff27c
MXS-1300: Correct clear entry point documentation
...
Corrected the clear entry point documentation by changing the method from
POST to PUT. Fixed MaxCtrl to use the correct methods for set/clear.
2017-07-10 22:23:48 +03:00
35745ee925
MXS-1220: Add deletion of listeners
...
The listeners can now be deleted via the REST API. Documented the added
endpoint in the REST API documentation.
2017-07-10 22:23:46 +03:00
7e40c93cc4
MXS-1220: Add listener creation documentation
...
The documentation for creating listeners was not added.
2017-07-10 22:23:45 +03:00
e0076ca8a5
MXS-1220: Fix request methods for user creation
...
The creation of network users and enabling of UNIX accounts documented PUT
as the method for enabling them when the commands actually used POST.
2017-07-10 22:23:45 +03:00
c7b9b7ac4a
MXS-1220: Unify resource member naming
...
All resoures now use the `state` member to describe their internal
state. This includes servers, services and monitors. This means that the
`status` keyword can be reserved for something else and it can be removed
until it is needed again.
Changed the module maturity field to `maturity` to better describe its
purpose.
2017-07-10 22:23:45 +03:00
a8bfdac49c
MXS-1220: Use PUT to set/clear server
...
The correct method for set/clear endpoints is PUT, not POST, as the
resource always ends up in the desired state, regardless of its current
state.
2017-07-10 22:23:45 +03:00
f62e899b79
MXS-1220: Add missing start/stop documentation for service resources
...
The service resource start and stop endpoints weren't documented.
2017-07-10 22:23:44 +03:00
63d2eee0e3
MXS-1220: Add endpoint for set/clear of server status
...
The server status can now be manipulated via the REST API. Added tests for
the state manipulation. Fixed minor issues in related code.
2017-07-10 22:23:44 +03:00
61241f9e07
Remove old feedback system
...
The feedback system wasn't used and was starting to cause problems on
Debian 9 where the libcurl required different version of OpenSSL than what
MaxScale was linked against.
2017-07-10 16:03:50 +03:00
ef73f3e217
Merge branch '2.1' into develop
2017-07-06 11:25:36 +03:00
66048cf094
Add 2.1.5 release notes
...
Added release notes for 2.1.5.
2017-07-06 11:03:44 +03:00
9618e63b5f
MXS-1310: Add deterministic conflict resolution
...
The schemarouter can now resolve database mapping conflicts in a
deterministic manner. This will fix the problem of central databases which
are replicated shards being assigned in a non-deterministic manner.
2017-07-05 19:19:49 +03:00
26bbac6ea5
Add MXS-1308 to release notes
...
Added MXS-1308 to release notes.
2017-07-04 12:40:22 +03:00
412a6066dd
Update release date
2017-07-04 12:40:22 +03:00
c952b6805e
Add MXS-1308 to release notes
...
Added MXS-1308 to release notes.
2017-07-03 14:23:21 +03:00
d4a51a048a
Update release date
2017-07-03 13:46:10 +03:00
674b3887c9
MXS-1301: function
matches functionless queries in accept
mode
...
A function type rule matches a query if the query uses a function defined
in the rule. This is the desired behavior for blacklist mode operation
with `action=block`.
When in whitelist mode, all queries must match a rule to be allowed
through. For function type rules, this fact is problematic as queries that
don't use functions are blocked. The desired behavior is to allow the use
of certain functions while preventing the use of others.
The allowed set of functions should always contain the "empty set" (no
functions are used) when the filter is in whitelist mode.
2017-06-30 11:07:18 +03:00
a19d93380e
Make block_size a size parameter
...
The block_size signifies a size in bytes so it makes sense to change it to
the size type.
2017-06-30 11:07:18 +03:00
fd9a08b9f4
Make Slave of External Server status configurable
...
The assignment of the Slave status with Slave of External Server can now
be controlled with the allow_external_slaves parameter.
2017-06-29 15:53:50 +03:00
5c94610b68
MXS-852: Update readwritesplit limitations
...
Updated limitations with notes about parallel execution of binary protocol
prepared statements. Remove limitations that have been lifted in 2.2.
2017-06-29 15:53:50 +03:00
6cd6ded3d8
Merge branch '2.1-oracle-compat' into develop-new-merge-oracle
2017-06-29 09:39:55 +02:00
bea551092d
MXS-1278: Change modes when 'set sql_mode=' is encountered.
...
The initial setting of sql_mode affects how MaxScale initially
behaves with respect to autocommit.
When 'set sql_mode=[default|oracle];" is encountered, the query
classifier and autocommit modes are adjusted accordingly.
2017-06-28 21:36:08 +02:00
a14755a403
MXS-1278: Add 'sql_mode' configuration parameter
...
Using the 'sql_mode' configuration parameter, the initial sql mode
can be specified.
2017-06-28 21:36:08 +02:00
83f8010c4b
MXS-1278: Add 'sql_mode' configuration parameter
...
Using the 'sql_mode' configuration parameter, the initial sql mode
can be specified.
2017-06-28 21:36:08 +02:00
92d9356968
Update release notes, change log and upgrading
2017-06-28 12:13:10 +02:00
27d8212c51
Fix typo in server resource
...
The 'statistics' was mistakenly written as 'statictics'.
2017-06-27 21:45:00 +03:00
c91811bfca
Fix Debian/Ubuntu build requirements
...
The GNUTLS libraries are `gnutls-dev` and `libgcrypt20-dev`.
2017-06-27 00:19:05 +03:00