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
c163a69fc5
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
9f13d49c4e
Update binlog documentation.
...
Additional stylistic changes.
2015-12-07 16:02:36 +02:00
7a9be262af
Update binlog documentation.
...
Minor stylistic changes.
2015-12-07 15:30:51 +02:00
f1add00ae4
Merge branch 'release-1.3.0' into doc_fixes
2015-12-07 14:41:30 +02:00
b5a873d411
Update logging documentation
...
Update documention according to new logging changes.
2015-12-07 13:40:54 +02:00
e9fcb76b02
Added missing PCRR2 documentation to regexfilter.
...
The regexfilter was missing the documentation for the PCRE2 changes.
2015-12-06 11:00:04 +02:00
14df148243
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
a04389fc3b
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
da572449c8
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
16d53f0eb1
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
9d4882aa75
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
23741b1a7f
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
2fada07ac3
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
00fadc9ec2
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
f850565ff2
Binlog router section added
...
Binlog router section added
2015-12-04 10:22:53 +01:00
3957388205
Removed references to old section.
...
The Protocol section is now a part of the listener section so the references to it were broken.
The need for the text about module load paths isn't necessary anymore and it described with the
`libdir` parameter documentation.
2015-12-03 17:19:39 +02:00
e53a3fbaf6
Moved table of contents before terms
...
This way users can see the ToC when the configuration guide is first loaded.
2015-12-03 17:17:47 +02:00
afd3f5291c
Added binlogrouter to configuration guide
...
After cherry-picking the binlogrouter document, it needed to be added to the
configuration guide.
2015-12-03 17:15:24 +02:00
e2dd969d7c
Added binlogrouter documentation
...
The binlogrouter now has its own document in the Routers folder.
2015-12-03 17:12:38 +02:00
c78bdeacb9
Create 1.3.0 release note.
2015-12-03 15:07:02 +02:00
406a51f824
Create 1.3.0 release note.
2015-12-03 15:01:09 +02:00
8e9f79fa42
Cleaned up Configuration Guide
...
Removed duplicates and moved parts of the CLI and Debug CLI documents to their own files.
2015-12-02 15:39:05 +02:00
7119ed817d
Transaction safety default is off in binlog router
...
Transaction safety default is off in binlog router
2015-12-02 11:18:12 +01:00
1b1958ca4f
Fixed spelling mistakes and cleaned up documentation
...
Various documents had minor problems in them that needed cleaning up.
2015-12-02 11:17:39 +02:00
5410f08578
Moved peristent connection parameters to the right section
...
The parameter documentation was in the listener section instead of the server
section.
2015-12-01 12:22:47 +02:00
6ab9b4ca67
Removed whitespace and fixed headings
...
The RabbitMQ-Setup-And-MaxScale-Integration.md document had trailing whitespace
and used the wrong number in a heading.
2015-11-26 16:31:11 +02:00
443bbe73d2
Mqfilter is built if possible
...
The mqfilter was not built by default even though it should have been. This has
been fixed but the filter is built only if librabbitmq is found. This was done
to avoid having the librabbitmq and its development headers as a hard
dependency.
2015-11-26 09:28:27 +02:00
51e41bb2e3
Updated binlog router tutorial
...
Renamed all occurences of replication proxy with Binlog Server.
2015-11-24 20:49:47 +02:00
422d6f5ab2
Updated readwritesplit default values
...
The combination of only one slave being used and the slave_selection_criteria
being LEAST_CURRENT_OPERATIONS can possibly cause a connection pileup on one
slave server. This would skew the query distribution heavily towards the first
available slave even if multiple slave were being used.
Having the maximum number of slave servers to be equal to the total amount of
available slaves allows for a more even and responsive distribution of the
query traffic.
2015-11-20 05:57:51 +02:00
521165d20a
Documentation update
...
Documentation update
2015-11-17 15:29:15 +01:00
ab737dc849
Documentation update
...
Documentation update with new option: send_slave_heartbeat
2015-11-17 15:26:50 +01:00
327c29849c
Fixed spelling mistakes in documentation.
2015-11-13 10:39:21 +02:00
2d600868f5
Added argument substitution to monitor scripts
2015-11-11 21:19:07 +02:00
3ea55e3b50
Fix to MXS-437: https://mariadb.atlassian.net/browse/MXS-437
...
Maxinfo now allows users to flush logs and change the server status
through the MySQL interface.
2015-11-11 18:57:19 +02:00
d57b4cd531
Fix to MXS-54: https://mariadb.atlassian.net/browse/MXS-54
...
Added a new configuration parameter that allows the user to control
whether authentication warning messages are logged.
2015-11-04 09:18:20 +02:00