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
bd39284f9c
Merge branch '2.1' into 2.2
2017-10-03 14:30:06 +03:00
267a45ad63
MXS-1441 Add switchover_script parameter
...
If a switchover_script parameter is given, its value will be used as
the switchover script. Otherwise the default will be used. Currently
just echo.
The MySQL Monitor now introduces two script variables, CURRENT_MASTER
and NEW_MASTER, that contain information about the current and new
master respectively.
Switchover is performed only if switchover has been enabled and MaxScale
is *not* in passive mode.
2017-10-03 13:51:08 +03:00
9280f1a5d7
MXS-1367: Add timeouts for retried queries
...
The total timeout for the retrying of interrupted queries can now be
configured with the `query_retry_timeout` parameter. It controls the total
timeout in seconds that the query can take.
The actual connection, read and write timeouts of the connector aren't a
good configuration value to use for abstracted queries as the time that it
takes to execute a query can be composed of both connections, reads and
writes. This is caused by the usage of MYSQL_OPT_RECONNECT that hides the
fact that the connector reconnects to the server when a query is
attempted.
2017-10-03 13:03:49 +03:00
f1f8a4b5b2
MXS-1367: Retry interrupted queries
...
The new `query_retries` parameter controls how many times an interrupted
query is retried. This retrying of interrupted queries will reduce the
rate of false positives that MaxScale monitors detect.
2017-10-03 10:57:10 +03:00