cd92b6d4d7
MXS-2122: Close listener socket on destruction
...
Even though directly closing the socket is not very neat in the
architectural sense of things, it allows the best of both worlds: the
socket is instantly closed and is open for reuse while the listener struct
is still available as a reference.
This change needs to be revised when the listeners are refactored into
separate objects.
Updated documentation to reflect the change in behavior.
2018-10-31 09:53:50 +02:00
8d1b26060a
MXS-2109: Change semantics of query_classifier_cache_size
...
The cache size now refers to the total memory used by the cache instead of
the per thread limit. This makes it easier to use as well as more
predictable by removing the dependency on the number of worker threads.
2018-10-31 09:46:02 +02:00
7deed35587
Merge branch '2.2' into 2.3
2018-10-31 09:03:09 +02:00
ec69a52c1e
Update 2.2 release notes and change log
2018-10-30 14:22:20 +02:00
b06d9830ae
Extend ADAPTIVE_ROUTING in release notes
...
Added a link and made the description more uniform with the rest of the
document. Also made the description slightly simpler so that it's easier
to understand.
2018-10-29 12:06:12 +02:00
4d8a95d041
Merge commit '262f1d7e471bacca6b985ec3f2cd5cb76d6e2584' into 2.3
2018-10-26 12:44:57 +03:00
0862c724d8
Fix writeq_low_water
...
The value was never updated. Also amended the documentation to point out
that the parameter accepts size type values.
2018-10-20 11:53:57 +03:00
5a87748153
MXS-2090 Update 2.3.1 release notes
2018-10-19 08:03:11 +03:00
8d60bd04d2
MXS-2090 Update documentation
2018-10-19 08:03:11 +03:00
457d0c21dd
Document error code and SQL state for blocked queries
...
If the dbfwfilter blocks a query a specific error is returned. This was
not documented and is needed to detect errors sent by the filter.
2018-10-18 02:02:14 +03:00
230345c98c
Fix on_queries documentation
...
The combination of values was not documented.
2018-10-18 02:02:14 +03:00
20af9afb49
Merge branch '2.2' into 2.3
2018-10-16 11:10:48 +03:00
de653437b2
Document server priority behavior
...
If all of the candidate servers have the same priority, the server that is
first listed in the servers parameter is chosen.
2018-10-16 11:04:57 +03:00
a2ef874fe6
Fix max_sescmd_history documentation
...
The session commands are now always stored but they are stored as
references. Also clarified that the feature was disabled in older
versions.
2018-10-16 10:59:14 +03:00
1c70273cb7
Fix typo in 2.3 upgrading document
2018-10-11 11:21:25 +03:00
5906e28a2c
Clarify namedserverfilter documentation
...
The example configuration had wrong server names.
2018-10-11 10:42:09 +03:00
2ac4df7772
Remove empty heading
2018-10-11 10:40:55 +03:00
f9e4837f44
Add note of maxadmin list threads to release notes
2018-10-11 10:38:15 +03:00
9a939d3fba
Update MaxAdmin documentation
...
'show threads' documentation was completely out of date.
2018-10-11 10:20:07 +03:00
c7f07ec6b1
Add Upgrading document
2018-10-11 10:20:07 +03:00
6c1486ed06
Fix cache release notes note
2018-10-11 10:20:07 +03:00
4659c45a6b
Updated release notes of MariaDBMonitor
...
One added feature was missing. Also added some links.
2018-10-10 18:32:46 +03:00
0a04cb2d48
Clarify namedserverfilter documentation
...
The example configuration had wrong server names.
2018-10-09 13:42:56 +03:00
ad0f87faef
Remove all 2.2 release notes from 2.3.
...
By convention, the release note directory of a minor version only
contains the release notes of that version.
2018-10-09 09:44:10 +03:00
0d64bfc558
Update 2.3.0 release date.
2018-10-09 09:26:33 +03:00
9c52ba5c07
Update release notes and documentation for the Throttle Filter
...
and Adaptive Routing
2018-10-05 13:52:42 +03:00
59d45aabb4
MXS-1980 Update documentation
...
And release note and change log.
2018-10-05 12:16:18 +03:00
3d06b5129d
MXS-1980 Extend test program
...
Now the test program will
1) Write to each node in a Galera cluster and verify that the data
ends up in the slave.
2) At the end of 1) execute STOP SLAVE and START SLAVE to check that
replication can be stopped and started again (won't work unless
each node has the same server_id and value for @@log_bin_basename).
3) Block the node BLR is replicating from and expect it to connect
to the next configured master and that replication continues to
work. Do that for all nodes.
4) Stop MaxScale and restart it and expect 3) to work. That checks
that BLR saves all necessary information in master.ini and is
capable of reading it.
2018-10-05 12:16:18 +03:00
0ff72c5d5e
Change table sharding to table family sharding
2018-10-04 15:17:54 +03:00
81c24888da
Fix release note headings
2018-10-04 14:27:54 +03:00
4dcdd1a182
Fix typos in Changelog.md
2018-10-04 14:27:53 +03:00
4a01410742
Update schema router documentation
2018-10-04 13:01:40 +03:00
e73ecae677
MXS-1845 Update documentation
...
Small cleanup and updates to release notes.
2018-10-04 11:45:33 +03:00
a438a6df34
Add note about backend connection IDs to release notes
2018-10-04 11:33:19 +03:00
af91192498
Add network throttling to release notes
2018-10-04 11:31:15 +03:00
a8b2f70041
Add binlogfilter to release notes
2018-10-04 11:31:15 +03:00
4a4434d4c8
Add REST API changes to release notes
...
Added new and changed REST API capabilities to the release notes.
2018-10-04 11:31:15 +03:00
3998a6e469
Update REST API documentation
...
Updated and unified the documentation of the REST API.
2018-10-04 11:31:15 +03:00
24f0162203
Add changelog entries
...
Added changelog entries and fixed a typo in the 2.3 release notes.
2018-10-04 11:31:14 +03:00
670cd4c8d1
Add drain server
to release notes
2018-10-04 11:31:00 +03:00
bbb5dfc775
Mention the new cat router in the release notes
2018-10-04 11:31:00 +03:00
8d4db9dd5a
Add optimistic_trx
to release notes
2018-10-04 11:30:59 +03:00
10a8f1d48c
Reformat SchemaRouter.md
...
No content changes.
2018-10-03 14:59:48 +03:00
db70e133ef
Add note of Comment filter to release notes and change log
2018-10-03 14:31:09 +03:00
ff0bcb3a06
Update release notes with Cache changes
2018-10-03 14:10:59 +03:00
d49173ba71
Update Hint-Syntax document
2018-10-03 13:57:55 +03:00
c41d43755b
Reformat hint syntax document
2018-10-03 13:50:04 +03:00
7c5d3a5e74
Update NamedServerFilter documentation and release notes
2018-10-03 13:50:04 +03:00
8b9fdaa0cb
Remove HTTP functionality
...
It wasn't used so it can be removed.
2018-10-03 08:41:45 +03:00
3daa0cd931
Update MaxCtrl documentation
...
Ran the documentation update script.
2018-10-03 08:41:45 +03:00