Commit Graph

540 Commits

Author SHA1 Message Date
36bf4ee0ce Cleaned up documentation
Fixed spelling mistakes, cleaned up formatting and added missing links.
2016-01-08 11:02:12 +02:00
65b4fe0436 Add location of source and packages to readme. 2016-01-05 16:09:10 +02:00
d8391bd0cd 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
de7f93403f 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
8bc79eeaf9 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
72199717eb 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
df9ee11ae8 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
25280288fe 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
2de3c5788c 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
1aef3d0eb7 Change links to Release Notes and Upgrade document. 2015-12-15 10:31:16 +02:00
54e9e6a0d2 Added a note about launchable script changes to the release notes. 2015-12-11 10:06:52 +02:00
c762dc62b1 Removed duplicate sections 2015-12-10 14:34:09 +02:00
682d0c24ae Moved common monitor options to Monitor-Common.md 2015-12-10 14:32:10 +02:00
f66d4f721d Updated documentation contents. 2015-12-10 14:27:28 +02:00
c6a9ace181 Update 1.3 release notes. 2015-12-10 14:13:40 +02:00
b6e4726a05 Update 1.3 release notes. 2015-12-10 14:10:54 +02:00
e108d8c093 Update 1.3 release notes. 2015-12-10 13:58:03 +02:00
b118373ebf Update link to release notes. 2015-12-10 10:58:32 +02:00
b435b55e32 Update bug list in release notes. 2015-12-10 10:56:28 +02:00
44505562f3 Update binlog router upgrade document. 2015-12-10 10:41:51 +02:00
37a3cae7d4 Create skeleton upgrade document. 2015-12-10 10:02:34 +02:00
2cbfd4a383 Update ChangeLog 2015-12-10 10:02:16 +02:00
99026461dc Added link to Mqfilter + Tee tutorial
Added link to the tutorial in Documentation-Contents.md.
2015-12-09 21:29:42 +02:00
74f061968f Added tutorial for Tee + Mqfilter
Relates to MXS-242: https://mariadb.atlassian.net/browse/MXS-242
2015-12-09 21:25:57 +02:00
b37db2c9ee Add persistent connection information to release notes. 2015-12-09 14:42:26 +02:00
692cccf0c9 Update Configuration-Guide.md 2015-12-09 14:07:26 +02:00
376ca7e9e5 Update Configuration-Guide.md 2015-12-09 13:52:42 +02:00
ccb136fe39 Merge branch '1.3.0-release-note' into doc_fixes 2015-12-09 13:12:47 +02:00
1ca06184e5 Documentation Update
Documentation Update
2015-12-09 11:43:58 +01:00
1360335788 Added Upgrade BinlogRouter
Added Upgrade BinlogRouter
2015-12-09 11:33:58 +01:00
3071df248d Remove SETUP.md
Incorrect contents and information available elsewhere.
2015-12-09 10:47:13 +02:00
dcd4afcf43 Update About-MaxScale.md 2015-12-09 10:46:39 +02:00
e30591f304 Update About-MaxScale.md 2015-12-09 10:42:27 +02:00
7baaa47ba3 Updated limitations for galeramon
The server priority mechanics now allow finer control over master election.
2015-12-09 10:37:08 +02:00
899992576b 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
3b38dfda36 Removed redundant information from Galera tutorials.
The Galera tutorials were very similar to the MySQL Replication ones with the
only difference being the configuration file creation. The tutorials were split
into smaller parts which are now referred to in the main MaxScale tutorial.

Renamed MaxScale-and-Master-Slave-Replication.md to MaxScale-Tutorial.md since
the tutorial wasn't only about Master-Slave replication and included the links
to the Galera tutorials.
2015-12-08 16:54:29 +02:00
837c7b5bc4 Update binlog documentation.
Additional stylistic changes.
2015-12-07 16:02:36 +02:00
f21fa096d4 Update binlog documentation.
Minor stylistic changes.
2015-12-07 15:30:51 +02:00
c044f6cc4d Merge branch 'release-1.3.0' into doc_fixes 2015-12-07 14:41:30 +02:00
eab8c3fb73 Update logging documentation
Update documention according to new logging changes.
2015-12-07 13:40:54 +02:00
065e5feec3 Added missing PCRR2 documentation to regexfilter.
The regexfilter was missing the documentation for the PCRE2 changes.
2015-12-06 11:00:04 +02:00
4cb1b729a7 Added a section about PCRE2 integration
The integration of the PCRE2 library into the regexfilter caused the
substitution rules to change now that it actually works and this needed
to be mentioned in the release notes.

Also fixed some minor things like links.
2015-12-06 10:42:05 +02:00
a7bf6bcbd8 Added missing comment to check_links.sh
There were no comments in the script and the purpose of it wasn't clear.
2015-12-04 20:50:56 +02:00
8ecbe1a306 Added script which checks cross-document links
Added a script which reads all .md files and checks if the links are valid.
Also corrected two mistakes found by this script.
2015-12-04 12:50:53 +02:00
9a1e40c905 Fixed missing link.
The link in the read/write tutorial was missing the link to the maxadmin document.
2015-12-04 12:27:20 +02:00
7a5da6bf2c Fixed odd reference to multiple documents.
The MaxScale and Master/Slave replication tutorial mentioned multiple documents even through there is only one.
2015-12-04 12:24:14 +02:00
b22e0864fa Removed duplicates from MySQL-Replication tutorials
Both of the tutorials had the same text in them that is now found in the
MaxScale-and-Master-Slave-Replication.md document.
2015-12-04 12:13:54 +02:00
273814c1c6 Cleaned up MaxScale-and-Master-Slave-Replication.md
The document had minor faults in it such as unclear text and odd formatting.
2015-12-04 12:05:00 +02:00
dfdbbc5acf Added tutorial for setting up MaxScale
This was a common part of all the tutorials and can be moved to its own document.
2015-12-04 11:59:34 +02:00
791ebd4a47 Binlog router section added
Binlog router section added
2015-12-04 10:22:53 +01:00