19356be848
Updated documentation about Bison and Flex dependency
...
The dbfwfilter now requires Bison and Flex to be built
2016-02-23 20:52:52 +02:00
866e91c088
Changes to improve robustness of SSL processing, separate it so far as possible from protocols. Separate the detailed mechanism of authentication from the MySQL protocol with a view to making it into a module later.
2016-02-15 09:29:07 +00:00
a628fdcb17
Added configurable executable file directory
...
This allows MaxScale to launch processes from the directory where
the `maxscale` executable is located.
2016-02-15 11:12:54 +02:00
2e408a17d5
Added missing schemarouter parameter documentation
...
The `ignore_databases` and `ignore_databases_regex` were missing from
the schemarouter documentation.
2016-02-12 21:19:38 +02:00
cfefc046e9
Merge branch 'release-1.3.0' into develop
2016-02-11 10:23:00 +02:00
6055ba25bf
Added logging of matching and non-matching queries to dbfwfilter
...
When configured to log matching queries, the dbfwfilter will log all queries
that match a rule. The rule name, user name and the query itself are logged.
It is also possible to match all queries that do not match a rule. Only the user
name and query is logged in this mode.
2016-02-09 11:00:27 +02:00
5efd5d8927
Added user configurable actions to dbfwfilter
...
The dbfwfilter can now either allow, block or ignore queries that match the
configured rules.
2016-02-09 11:00:27 +02:00
ba2dbffdbe
Update authentication limitations.
2016-02-01 10:52:52 +02:00
889a90fb42
Update 1.3.0 release note.
2016-02-01 10:24:35 +02:00
e3ebf19ca0
Moved HA tutorials to the Tutorials folder
...
The Corosync/Pacemaker and Lsyncd tutorials were in the reference folder even
though they are tutorials.
2016-01-29 10:59:25 +02:00
e67ebffaff
Updated help messages and manpage
...
The manpage was out of date and was missing a BUGS section. The `--help` output
of MaxScale wrongly stated that the default is to log to shared memory as did
the documentation.
2016-01-19 18:36:01 +02:00
b470ebe732
Disabled connection_timeout
because it's unsafe to use
...
The current implementation of the session timeout functionality is not safe to
use. Added a warning to the documentation and disabled the code. If the user
tries to use it, a warning is logged.
2016-01-19 15:29:01 +02:00
c1a906a60d
Remove beta status.
...
Remove all references to beta. This is now 1.3.0.
2016-01-19 13:59:10 +02:00
3030d6f398
Moved description of weightby
to the correct section.
...
The description was in router options instead of optional parameters.
2016-01-11 17:34:36 +02:00
36bd218afd
Cleaned up documentation
...
Fixed spelling mistakes, cleaned up formatting and added missing links.
2016-01-08 11:02:12 +02:00
e0e0d3a5e5
Add location of source and packages to readme.
2016-01-05 16:09:10 +02:00
bd95ea2d35
MXS-451: Made documentation clearer about slave_selection_criteria
...
The documentation for readwritesplit now clearly states that only connections
from MaxScale are taken into consideration when slaves are being selected.
2016-01-04 18:40:01 +02:00
145abf5a53
MXS-452: Updated readwritesplit documentation
...
The documentation now mentions that weightby works with readwritesplit and
links to the configuration guide for more information.
2016-01-04 18:40:01 +02:00
309f794992
Added images to RabbitMQ and Tee tutorial
...
Added an image which depicts the use-case for the tutorial.
2015-12-30 16:53:57 +02:00
94edc847c2
Updated readconnroute limitations
...
The limitation with readconnroute and LONGBLOB is only when data is being sent
from the client to MaxScale. The client can still query for LONGBLOB data
without any side-effects.
2015-12-30 14:50:03 +02:00
cec2c3670d
Added a link to the persistent connection tutorial to the configuration guide
...
Also bolded out the note about session state tracking.
2015-12-30 11:35:30 +02:00
e40944c9b9
Added note about persistent connections
...
Since the persistent connections do not track session state, a note should
be added somewhere which states this.
2015-12-30 11:31:36 +02:00
74c0ab2c57
Added documentation for tpmfilter.
2015-12-18 15:23:09 -05:00
8d969aadd1
Changed default number of threads and added auto
value.
...
Changed default number of threads to 1 instead of autoconfigured value and
added a new `auto` variable which enables autoconfiguration of thread count.
The number of threads used when autoconfiguratio fails was changed from 4 to 1.
The default value of using N threads where N is the number of CPU cores was
not optimal as the possibility of rescheduling was higher the more utility
threads there were. Due to this, N-1 is deemed to be the better autoconfigured
value for thread count.
2015-12-15 15:08:43 +02:00
0ea22ddaea
Change links to Release Notes and Upgrade document.
2015-12-15 10:31:16 +02:00
6953617183
Added a note about launchable script changes to the release notes.
2015-12-11 10:06:52 +02:00
21ef9afc36
Removed duplicate sections
2015-12-10 14:34:09 +02:00
09ae26d7c9
Moved common monitor options to Monitor-Common.md
2015-12-10 14:32:10 +02:00
b4a64ad5c4
Updated documentation contents.
2015-12-10 14:27:28 +02:00
16c541ce31
Update 1.3 release notes.
2015-12-10 14:13:40 +02:00
1d9e8c7ae4
Update 1.3 release notes.
2015-12-10 14:10:54 +02:00
53b376e4ce
Update 1.3 release notes.
2015-12-10 13:58:03 +02:00
2835fd4171
Update link to release notes.
2015-12-10 10:58:32 +02:00
aab4c896b7
Update bug list in release notes.
2015-12-10 10:56:28 +02:00
2a4588ddc3
Update binlog router upgrade document.
2015-12-10 10:41:51 +02:00
83daa24e56
Create skeleton upgrade document.
2015-12-10 10:02:34 +02:00
21446d0dcb
Update ChangeLog
2015-12-10 10:02:16 +02:00
2f4414ce1e
Added link to Mqfilter + Tee tutorial
...
Added link to the tutorial in Documentation-Contents.md.
2015-12-09 21:29:42 +02:00
053b5d0874
Added tutorial for Tee + Mqfilter
...
Relates to MXS-242: https://mariadb.atlassian.net/browse/MXS-242
2015-12-09 21:25:57 +02:00
c3ebc7c18e
Add persistent connection information to release notes.
2015-12-09 14:42:26 +02:00
7795e57b18
Update Configuration-Guide.md
2015-12-09 14:07:26 +02:00
76bb91b25b
Update Configuration-Guide.md
2015-12-09 13:52:42 +02:00
1499bfd784
Merge branch '1.3.0-release-note' into doc_fixes
2015-12-09 13:12:47 +02:00
6bee0a0caf
Documentation Update
...
Documentation Update
2015-12-09 11:43:58 +01:00
5f938bad29
Added Upgrade BinlogRouter
...
Added Upgrade BinlogRouter
2015-12-09 11:33:58 +01:00
cd1863cdbe
Remove SETUP.md
...
Incorrect contents and information available elsewhere.
2015-12-09 10:47:13 +02:00
eb1e2663df
Update About-MaxScale.md
2015-12-09 10:46:39 +02:00
de828ffc47
Update About-MaxScale.md
2015-12-09 10:42:27 +02:00
6846c57c5b
Updated limitations for galeramon
...
The server priority mechanics now allow finer control over master election.
2015-12-09 10:37:08 +02:00
5baf3fc510
Fixed title in MaxScale-Tutorial.md
...
The title referred to Master-Slave clusters even though the tutorial also
covers Galera clusters.
2015-12-08 16:57:31 +02:00