152 Commits

Author SHA1 Message Date
Markus Makela
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
Markus Makela
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
Markus Makela
2f4414ce1e Added link to Mqfilter + Tee tutorial
Added link to the tutorial in Documentation-Contents.md.
2015-12-09 21:29:42 +02:00
Markus Makela
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
Johan Wikman
1499bfd784 Merge branch '1.3.0-release-note' into doc_fixes 2015-12-09 13:12:47 +02:00
MassimilianoPinto
6bee0a0caf Documentation Update
Documentation Update
2015-12-09 11:43:58 +01:00
Markus Makela
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
Markus Makela
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
Johan Wikman
9f13d49c4e Update binlog documentation.
Additional stylistic changes.
2015-12-07 16:02:36 +02:00
Johan Wikman
7a9be262af Update binlog documentation.
Minor stylistic changes.
2015-12-07 15:30:51 +02:00
Johan Wikman
f1add00ae4 Merge branch 'release-1.3.0' into doc_fixes 2015-12-07 14:41:30 +02:00
Markus Makela
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
Markus Makela
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
Markus Makela
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
Markus Makela
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
Markus Makela
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
MassimilianoPinto
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
Markus Makela
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
Markus Makela
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
Markus Makela
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
Markus Makela
51e41bb2e3 Updated binlog router tutorial
Renamed all occurences of replication proxy with Binlog Server.
2015-11-24 20:49:47 +02:00
MassimilianoPinto
521165d20a Documentation update
Documentation update
2015-11-17 15:29:15 +01:00
MassimilianoPinto
ab737dc849 Documentation update
Documentation update with new option: send_slave_heartbeat
2015-11-17 15:26:50 +01:00
Markus Makela
327c29849c Fixed spelling mistakes in documentation. 2015-11-13 10:39:21 +02:00
Markus Makela
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
Markus Makela
7c582f91ea Merge branch 'develop' into 1.2.1-binlog_router_trx 2015-11-02 18:09:59 +02:00
Will Fong
2b8fd85e30 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
MassimilianoPinto
ceed5d1c45 Merge branch 'develop' into 1.2.1-binlog_router_trx 2015-10-01 10:38:50 +02:00
Markus Makela
4d7629038d 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
MassimilianoPinto
3fe317f69b Merge branch 'develop' into 1.2.1-binlog_router_trx 2015-09-11 15:22:17 +02:00
Johan Wikman
37f8148574 MXS-362: Enable/disable log augmentation
Log message augmentation (appending of function name) can now
be enabled or disabled via the configuration file and command
line.

By default, the augmentation is disabled.
2015-09-11 15:58:31 +03:00
MassimilianoPinto
807adf5ed0 Merge from develop
Merge from develop
2015-09-07 14:49:50 +02:00
Markus Makela
b8216aff4c More format fixes. 2015-09-07 13:48:27 +03:00
Markus Makela
42fc2db65d Fixed formatting. 2015-09-07 13:19:40 +03:00
MassimilianoPinto
e497c40a9a Documentation update
Documentation update
2015-09-03 15:50:04 +02:00
MassimilianoPinto
45ccd1bbe5 Documentation update
Documentation update
2015-09-03 14:07:53 +02:00
MassimilianoPinto
51e6166423 Added RESET SLAVE
Added RESET SLAVE
2015-09-03 13:54:28 +02:00
MassimilianoPinto
860049a4a0 Incomplete transaction detection
Incomplete transaction detection
2015-09-03 12:32:23 +02:00
MassimilianoPinto
a8c02752c1 Documentation Update
Documentation Update
2015-09-03 12:30:17 +02:00
MassimilianoPinto
d45aa94d0d Documentation update
Documentation update
2015-09-03 12:28:02 +02:00
MassimilianoPinto
9174d6f90c Documentation update
Documentation
2015-09-03 12:22:38 +02:00
Markus Makela
e55d345ab4 Added --version-full which prints version and commit ID. 2015-09-02 10:58:41 +03:00
Markus Makela
3994dc1098 Fixed typos. 2015-07-24 12:21:55 +03:00
MassimilianoPinto
d65a443e02 Documentation Update
Documentation Update
2015-07-22 15:14:43 +02:00
MassimilianoPinto
833082c569 Documentation update
Documentation update
2015-07-22 15:11:34 +02:00
Markus Makela
732cfeb38c Added missing MariaDB 10 binlog documentation. 2015-07-21 16:30:49 +03:00
Martin Brampton
b8abfd22f4 Updated or added last modified date. 2015-06-25 10:02:06 +01:00
Martin Brampton
16d0cd4a83 Tweaks to documentation. 2015-06-24 21:51:02 +01:00
counterpoint
ced5c67338 Tidy the lining up of a message; add documentation. 2015-06-24 14:39:13 +01:00
Markus Makela
49e72df4ab Fixed formatting. 2015-06-03 11:14:37 +03:00