Commit Graph

107 Commits

Author SHA1 Message Date
44d9929f3c Updated documentation about new grants required by MaxScale
The documentation now mentions the additional SELECT privileges that are needed
on the `mysql.tables_priv` table.
2016-03-08 10:35:36 +02: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
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
36bd218afd Cleaned up documentation
Fixed spelling mistakes, cleaned up formatting and added missing links.
2016-01-08 11:02:12 +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
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
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
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
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
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
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
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
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
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
7c582f91ea Merge branch 'develop' into 1.2.1-binlog_router_trx 2015-11-02 18:09:59 +02:00
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
ceed5d1c45 Merge branch 'develop' into 1.2.1-binlog_router_trx 2015-10-01 10:38:50 +02:00
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
3fe317f69b Merge branch 'develop' into 1.2.1-binlog_router_trx 2015-09-11 15:22:17 +02:00
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
807adf5ed0 Merge from develop
Merge from develop
2015-09-07 14:49:50 +02:00
b8216aff4c More format fixes. 2015-09-07 13:48:27 +03:00
42fc2db65d Fixed formatting. 2015-09-07 13:19:40 +03:00
e497c40a9a Documentation update
Documentation update
2015-09-03 15:50:04 +02:00
45ccd1bbe5 Documentation update
Documentation update
2015-09-03 14:07:53 +02:00
51e6166423 Added RESET SLAVE
Added RESET SLAVE
2015-09-03 13:54:28 +02:00
860049a4a0 Incomplete transaction detection
Incomplete transaction detection
2015-09-03 12:32:23 +02:00
a8c02752c1 Documentation Update
Documentation Update
2015-09-03 12:30:17 +02:00
d45aa94d0d Documentation update
Documentation update
2015-09-03 12:28:02 +02:00
9174d6f90c Documentation update
Documentation
2015-09-03 12:22:38 +02:00
e55d345ab4 Added --version-full which prints version and commit ID. 2015-09-02 10:58:41 +03:00
3994dc1098 Fixed typos. 2015-07-24 12:21:55 +03:00
d65a443e02 Documentation Update
Documentation Update
2015-07-22 15:14:43 +02:00
833082c569 Documentation update
Documentation update
2015-07-22 15:11:34 +02:00