5bf79637c6
Document the service users refresh interval
...
The interval between refreshes of the database users list wasn't
documented.
2017-04-26 09:47:59 +03:00
f1efe72f66
Additional documentation cleanup for 2.1
...
Mostly just reflow text (=linebreaks) for better diffs. Some small changes.
Remove Debug-And-Diagnostic-Support.md.
2017-04-25 10:04:31 +03:00
2cc3382a46
Add JDBC batch execution limitation to documentation
...
Readwritesplit doesn't properly handle batched statement execution in
2.1.3. This is now reflected by the limitations document.
2017-04-21 13:55:25 +03:00
d1959549fe
Update limitations document
...
Add note about prepared statements, transaction state and
autocommit mode.
2017-04-21 12:31:21 +03:00
d7e37b94ce
Add notes on MariaDB 10.2
2017-04-21 12:09:03 +03:00
defbb9e23b
Update upgrade documentation and link to it
2017-04-21 11:27:16 +03:00
e8dfccb4c8
2.1 doc esak ( #127 )
...
* Update MySQL-Replication-Read-Write-Splitting-Tutorial.md
* Update MySQL-Replication-Read-Write-Splitting-Tutorial.md
* Update MySQL-Replication-Read-Write-Splitting-Tutorial.md
* Update MySQL-Cluster-Setup.md
* Update Administration-Tutorial.md
* Update Administration-Tutorial.md
* Update Galera-Cluster-Connection-Routing-Tutorial.md
* Update CLI.md
* Update ReadWriteSplit.md
* Update Tee-Filter.md
* Update CCRFilter.md
* Update RabbitMQ-Filter.md
* Update Debug-And-Diagnostic-Support.md
* Update MaxBinlogCheck.md
* Update Configuration-Guide.md
* Update Module-Commands.md
2017-04-21 10:49:20 +03:00
008d86f99a
Update 2.1 Change Log
2017-04-20 16:03:41 +03:00
0f7b29f8bf
Add 2.1.3 release notes
2017-04-20 16:03:41 +03:00
09086994bf
2.1 doc johan ( #126 )
...
* Update Documentation-Contents.md
* Update SchemaRouter-technical.md
* Update Plugin-development-guide.md
* Update Replication-Proxy-Binlog-Router-Tutorial.md
* Update MaxScale-HA-with-lsyncd.md
* Update MaxScale-Information-Schema.md
* Update Galera-Cluster-Read-Write-Splitting-Tutorial.md
* Update GSSAPI-Authenticator.md
2017-04-20 14:59:52 +03:00
695ba19965
Massimiliano pinto doc update 2.1 ( #125 )
...
* Update Nagios-Plugins.md
* Update MM-Monitor.md
* Update Nagios-Plugins.md
* Update Nagios-Plugins.md
* Update Galera-Cluster-Connection-Routing-Tutorial.md
* Update Galera-Cluster-Connection-Routing-Tutorial.md
* Update RabbitMQ-Setup-And-MaxScale-Integration.md
* Update MaxScale-Tutorial.md
* Update Cache.md
* Update Transaction-Performance-Monitoring-Filter.md
* Update RabbitMQ-Consumer-Client.md
* Update Building-MaxScale-from-Source-Code.md
* Update MariaDB-MaxScale-Installation-Guide.md
* Update Install-MariaDB-MaxScale-Using-a-Tarball.md
* Update RabbitMQ-Setup-And-MaxScale-Integration.md
* Update RabbitMQ-Consumer-Client.md
2017-04-20 13:36:13 +02:00
33b809eec1
Do not build storage_rocksdb by default
2017-04-20 13:12:46 +03:00
7d7ad54482
Update Upgrading-To-MaxScale-2.1.md
...
Added information about IPv6 changes and persisted configurations.
2017-04-20 10:21:02 +03:00
83f76d0655
Update MaxAdmin.md
...
Updated the output of the executed commands.
2017-04-20 10:07:58 +03:00
ce95983896
Update MaxAdmin runtime configuration documentation
...
The example help output for the commands is now shown in the
documentation.
2017-04-20 09:37:29 +03:00
49bef4e4f0
Delete How-errors-are-handled-in-MaxScale.md
2017-04-20 09:27:24 +03:00
c0b3c7eb9f
Update Hint-Syntax.md
2017-04-20 09:27:24 +03:00
03ba0391e1
Update Debug-CLI.md
2017-04-20 09:27:24 +03:00
1fc4490d40
Update ReadConnRoute.md
2017-04-20 09:27:24 +03:00
def475be18
Update Avrorouter.md
2017-04-20 09:27:24 +03:00
f2a0dbd72d
Update Binlogrouter.md
2017-04-20 09:27:24 +03:00
9d56fc70f6
Update SchemaRouter.md
2017-04-20 09:27:24 +03:00
767ec74489
Update MySQL-Replication-Connection-Routing-Tutorial.md
2017-04-20 09:27:24 +03:00
94acc9b9ab
Update MaxScale-HA-with-Corosync-Pacemaker.md
2017-04-20 09:27:24 +03:00
afe75e9006
Update Simple-Sharding-Tutorial.md
2017-04-20 09:27:23 +03:00
1e34bd7642
Update Notification-Service.md
...
Removed change history, changed company name.
2017-04-20 09:27:23 +03:00
0c3f9ffa2e
Maxrows: documentation update and use of MXS_MODULE_PARAM_SIZE for max_resultset_size parameter
...
max_resultset_size parameter now uses MXS_MODULE_PARAM_SIZE and
config_get_size
Documentation change follows the change.
2017-04-04 08:43:55 +02:00
6ef90bf9b6
Add a warning about limit_queries
and action=allow
...
The `limit_queries` rule should not be used in the `allow` mode.
2017-04-03 16:22:21 +03:00
d32a2e410b
Use matched
instead of blocked
...
As queries that match a rule aren't always blocked, it's more appropriate
to use `matched` instead of `blocked`.
2017-04-03 16:22:21 +03:00
108978fcd2
Format dbfwfilter documentation
...
Split lines that are longer than 80 characters.
2017-04-03 16:22:21 +03:00
e650597eb5
MXS-1200: Document and increase line length limitations
...
The line length limitation is now increased to 16384 bytes. It is now
clearly documented in the limitations document.
The configuration parser now uses memory from the heap instead of the
stack. This should remove any problems caused by the larger line length.
2017-04-03 12:07:45 +03:00
d4da5caf3b
MXS-1211: MaxRows documentation update
...
MXS-1211: MaxRows documentation update
2017-04-03 08:39:12 +02:00
84ea6e6c8d
Update ChangeLog
2017-03-31 15:09:16 +03:00
70c834026c
Update launchable script documentation
...
Updated examples with new address formatting.
2017-03-31 14:12:58 +03:00
cbc1e864d9
Use RFC 3986 compliant addresses in log messages
...
When log messages are written with both address and port information, IPv6
addresses can cause confusion if the normal address:port formatting is
used. The RFC 3986 suggests that all IPv6 addresses are expressed as a
bracket enclosed address optionally followed by the port that is separate
from the address by a colon.
In practice, the "all interfaces" address and port number 3306 can be
written in IPv4 numbers-and-dots notation as 0.0.0.0:3306 and in IPv6
notation as [::]:3306. Using the latter format in log messages keeps the
output consistent with all types of addresses.
The details of the standard can be found at the following addresses:
https://www.ietf.org/rfc/rfc3986.txt
https://www.rfc-editor.org/std/std66.txt
2017-03-31 14:12:58 +03:00
27d81cda6a
Merge branch '2.1.1' into 2.1
2017-03-22 13:06:41 +02:00
2d00fe1019
Remove references to old release notes
2017-03-22 13:02:18 +02:00
e1e7137a68
Remove references to old release notes
2017-03-22 12:58:44 +02:00
441b0204bf
Update cache documentation
2017-03-22 11:04:48 +02:00
df09dd2043
Update Cache documentation
2017-03-21 10:35:30 +02:00
2e6e8574a4
MXS-864: Document build problems with PCRE2
...
Added a note about PCRE2 and possible problems that occur when CMake is
configured multiple times.
2017-03-20 11:10:55 +02:00
a500bd4d79
Merge branch '2.1.1' into 2.1
2017-03-20 09:47:40 +02:00
6868c87598
Remove all but 2.1 release notes from 2.1 branch
2017-03-20 09:45:13 +02:00
f350b58509
Remove all but 2.0 release notes from 2.0 branch
2017-03-20 09:44:08 +02:00
5ea4f44aa2
Remove all but 2.0 release notes from 2.0 branch
2017-03-20 09:29:16 +02:00
0393943b0e
Update Cache documentation
2017-03-17 14:12:51 +02:00
ed06b6a331
The cache storage storage_inmemory
is now the default
2017-03-17 13:45:55 +02:00
6db3cc380b
Add cache parameter 'selects'
2017-03-17 09:06:27 +02:00
c4d08a6936
Update build dependencies and documentation
...
The libaio is not required by MaxScale so the check for it is no longer
needed.
Updated documentation to match the current requirements to build MaxScale.
2017-03-15 17:37:25 +02:00
78b6b4d4e4
Add MXS-1032 to the release notes
...
Added MXS-1032 to the rease notes.
2017-03-15 09:11:18 +02:00