daaf8f5c53
Merge branch '2.2' into 2.2-mrm
2017-10-31 16:24:10 +02:00
5272119f92
Merge branch '2.1' into 2.2
2017-10-31 16:23:49 +02:00
69178318a7
MXS-1487: MySQL 5.7 documentation update.
...
MySQL 5.7 documentation update.
2017-10-31 12:34:55 +01:00
f52a0acbbe
MXS-1474 Document and act in the same way
...
From the documentation:
* `never`: When there is an active transaction, no data will be returned
from the cache, but all requests will always be sent to the backend.
The cache will be populated inside _explicitly_ read-only transactions.
Inside transactions that are not explicitly read-only, the cache will
be populated _until_ the first non-SELECT statement.
* `read_only_transactions`: The cache will be used and populated inside
_explicitly_ read-only transactions. Inside transactions that are not
explicitly read-only, the cache will be populated, but not used
_until_ the first non-SELECT statement.
* `all_transactions`: The cache will be used and populated inside
_explicitly_ read-only transactions. Inside transactions that are not
explicitly read-only, the cache will be used and populated _until_ the
first non-SELECT statement.
2017-10-31 10:58:03 +02:00
5068d49cf7
MXS-1474 Update cache documentation
2017-10-31 10:58:03 +02:00
e6af3c3f26
MXS-1474 Update the cache documentation
...
Introduce the configuration parameter `cache_inside_transactions`.
2017-10-31 10:58:03 +02:00
7a94999425
Fix broken link in 2.2.1 release notes
...
The link to the configuration guide was broken.
2017-10-30 11:10:08 +02:00
3a78b716b8
Merge branch '2.2' into 2.2-mrm
2017-10-30 11:06:34 +02:00
a971aa25da
Merge branch '2.1' into 2.2
2017-10-30 11:01:19 +02:00
43493251f4
Add missing bugfix to release notes
2017-10-30 10:50:02 +02:00
465c015005
Update release date in release notes
2017-10-30 09:46:40 +02:00
0be39b8545
MXS-1493: Improve master failure detection
...
The master failure can now be verified by checking when the slaves are
connected to the master. If the slaves do not receive any events from the
master, the connections are considered as down after a configurable limit.
Added two parameters for controlling whether the check is done and for how
long the monitor waits before doing the failover.
2017-10-27 15:31:18 +03:00
94c066ff65
Update 2.2.1 release notes
...
Update 2.2.1 release notes, added changed features for Binlog server
2017-10-25 08:13:05 +02:00
95ac9d501c
MXS-1494: Add replication credentials to mysqlmon
...
The credentials used for slave servers can now be controlled with the
replication_user and replication_password parameters.
2017-10-24 23:44:46 +03:00
00b78e1f0f
Update 2.2.1 release notes
...
Added note about new REST API endpoints.
2017-10-24 11:06:14 +03:00
9d35c705f3
Update 2.1.10 release notes
2017-10-24 10:31:51 +03:00
d6812b91a0
MXS-1485: MariaDB 10 GTID is always on for slave connections
...
MariaDB 10 GTID is always on for slave connections.
Remove mariadb10_slave_gtid option
2017-10-24 08:42:43 +02:00
0bfe89b86b
Update REST API documentation
...
Added relationships endpoint documentation.
2017-10-23 19:37:24 +03:00
284cd50412
Bind REST API to localhost by default
...
Binding to localhost by default is more secure than binding to all
interfaces.
2017-10-23 19:37:21 +03:00
b223fc9482
Fix REST API main document title
...
The title still stated that it was design documentation on the API instead
of being the authoritative documentation of it.
2017-10-23 17:34:11 +03:00
65dc9e0d30
MXS-1484: set binlog storage to TREE mode
...
When mariadb10_master_gtid is on the storage of binlog file is
automatically set to TREE mode.
2017-10-23 13:57:56 +02:00
ee635f59f3
Update MaxScale manpage
...
The manpage now only links to the relevant online documentation.
2017-10-21 15:08:03 +03:00
501c35d7b2
Correct typo in cache documentation
2017-10-19 11:40:21 +03:00
6618049c24
Add note about PL/SQL support
2017-10-19 11:40:21 +03:00
f0d16e3ac5
Typo fixed
...
Typo fixed
2017-10-13 16:20:05 +02:00
9cec8fa0fb
MXS-1464 Update ChangeLog and release notes
2017-10-12 14:56:09 +03:00
1666c9f0b6
MXS-1464 Add config 'substitute_variables'
...
With this variables set to true, if $VAR is used as a value in the
configuration file, then `$VAR` will be replaced with the value of
the environment variable VAR.
2017-10-12 14:56:09 +03:00
38f2b1237c
Update release date
2017-10-12 12:29:43 +03:00
d45ae60943
Update release notes
2017-10-12 12:29:43 +03:00
e09ae2df20
Update 2.2.0 release notes
2017-10-12 12:29:43 +03:00
0614b2ac00
Update MaxCtrl documentation
...
Fixed the usage help for each command.
2017-10-12 12:29:43 +03:00
a171b4a4ee
Update Avro router documentation
...
Update Avro router documentation
2017-10-12 12:29:43 +03:00
73e41e8eb9
Update bug-list of MaxScale 2.2.0 release notes
2017-10-12 12:29:43 +03:00
c4439bc657
Update Change Log for 2.2
2017-10-12 12:29:43 +03:00
07f166ed8c
Fix issue processing script
...
The script now properly processes repeating commas inside double quotes.
2017-10-12 12:29:43 +03:00
9a743ec9f3
Add note about MaxCtrl to release notes
...
Added a note about MaxCtrl in the release notes.
2017-10-12 12:29:43 +03:00
40cbf37d64
Add example to REST API module command documentation
...
Added an example that demonstrates how to call a module command with
parameters via the REST API.
2017-10-12 12:29:43 +03:00
6e4cb3b293
Update release date
2017-10-12 11:16:34 +03:00
fc488ee278
Update release notes
2017-10-11 09:27:01 +03:00
f5f39efcdc
Update 2.2.0 release notes
2017-10-10 13:37:21 +03:00
80892c1657
Update MaxCtrl documentation
...
Fixed the usage help for each command.
2017-10-09 13:12:30 +03:00
9805df7af0
Update Avro router documentation
...
Update Avro router documentation
2017-10-09 11:00:02 +02:00
8964581f03
Update bug-list of MaxScale 2.2.0 release notes
2017-10-05 14:46:20 +03:00
eca25b06ab
Update Change Log for 2.2
2017-10-05 14:45:18 +03:00
3dad78e33a
Fix issue processing script
...
The script now properly processes repeating commas inside double quotes.
2017-10-05 14:11:36 +03:00
6dd9b4f235
Add note about MaxCtrl to release notes
...
Added a note about MaxCtrl in the release notes.
2017-10-05 13:51:14 +03:00
a3ba81ddbe
Add example to REST API module command documentation
...
Added an example that demonstrates how to call a module command with
parameters via the REST API.
2017-10-04 14:30:31 +03:00
df816ea2a9
MXS-1460 Add failover_script parameter
...
The failover script can now be specified in the configuration file.
2017-10-03 15:24:29 +03:00
8c3c103060
Merge branch '2.2' into 2.2-mrm
2017-10-03 14:52:21 +03:00
96d160f897
MXS-1452: Add support for KILL USER <name>
...
Added support for killing queries by username. This will kill all
connections from that particular user on all servers.
2017-10-03 14:47:16 +03:00