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
e9939be7ef
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
959952d7e8
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
da36ca344b
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
a60987889e
Added binlogrouter documentation
...
The binlogrouter now has its own document in the Routers folder.
2015-12-03 17:12:38 +02:00
a76904c53c
Create 1.3.0 release note.
2015-12-03 15:07:02 +02:00
8f93b63e82
Create 1.3.0 release note.
2015-12-03 15:01:09 +02:00
d475d2e9b7
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
8925df457a
Transaction safety default is off in binlog router
...
Transaction safety default is off in binlog router
2015-12-02 11:18:12 +01:00
f82c7863aa
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
3f214cbb6d
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
de37de4750
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
959574fea3
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
25b78e8cbd
Updated binlog router tutorial
...
Renamed all occurences of replication proxy with Binlog Server.
2015-11-24 20:49:47 +02:00
1840937585
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
b8d1859f8b
Documentation update
...
Documentation update
2015-11-17 15:29:15 +01:00
fbb17fdcc4
Documentation update
...
Documentation update with new option: send_slave_heartbeat
2015-11-17 15:26:50 +01:00
02954f717e
Fixed spelling mistakes in documentation.
2015-11-13 10:39:21 +02:00
91fbfd0c5b
Added argument substitution to monitor scripts
2015-11-11 21:19:07 +02:00
e6ad30e7ab
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
55c2da1f64
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
6c7a24c2fd
Added table of contents to configuration guide.
2015-11-03 14:12:17 +02:00
39c70aa6da
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-11-02 18:09:59 +02:00
5ff26f5a3d
Updated code based on review of ac308dcb2c34e081f9814ad40c0961a217c86fc4
...
Removed unnecessary spinlock and added more checks.
2015-11-02 12:00:08 +02:00
bc148a4301
Fix to MXS-436: https://mariadb.atlassian.net/browse/MXS-436
...
Added autodetection of processor cores and used it as the default if an
invalid value is used for threads.
2015-11-02 12:00:08 +02:00
205406f65c
Merge pull request #99 from mariadb-corporation/willfong-patch-3
...
Multiple Edits
2015-11-02 10:01:43 +02:00
41e413b4b7
Merge pull request #94 from lowenthal-jason/patch-1
...
Update Hint-Syntax.md
2015-10-29 14:50:12 +02:00
f3c6419032
Multiple Edits
...
Added *'s for consistency
Added monitor_interval to prevent warning in error log
Reworded default cnf location to make it a little easier to read
Typo in log location
2015-10-29 19:02:46 +08:00
f32911b362
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-10-23 13:18:11 +02:00
dab5c7598d
Cleaned up the readwritesplit documentation.
2015-10-22 15:26:41 +03:00
b50f037be1
Update Hint-Syntax.md
...
Added "s" to filters in example [Read Service] as it was confusing trying to get hint routing working correctly.
2015-10-20 10:48:11 -05:00
c54c863987
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-10-19 09:36:04 +02:00
13228d3d8f
Fixed HTML links referring to Markdown files instead of the generated HTML files.
2015-10-09 09:59:54 +03:00
00de2ddaa8
Fix to MXS-352: https://mariadb.atlassian.net/browse/MXS-352
...
If a service fails, MaxScale will try to start it again later on.
2015-10-07 15:35:12 +03:00
97fbe23a79
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-10-01 10:38:50 +02:00
e0de4ac590
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-09-30 14:20:39 +02:00
a7260ff4e0
Fix to MXS-302: https://mariadb.atlassian.net/browse/MXS-302
...
Added support for additional command line parameters via sysconfig files.
2015-09-30 13:13:49 +03:00
8bc81b2ad1
Changed the way max_sescmd_history works and combined disable_sescmd_history and disable_slave_recovery.
...
Before these changes when max_sescmd_history was used the session
was closed when the limit was exceeded. With this change, when the
limit is exceeded the recovery of slaves and the session command history
are both disabled. This will allow the sessions to continue while still
keeping the old functionality of limited salve replacement.
The disable_sescmd_history and disable_slave_recovery parameters were combined
so that disabling the session command history will also disable slave recovery.
This way no harm can be done with disable_sescmd_history.
2015-09-29 12:03:22 +03:00