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
2d0a96848c
Added table of contents to configuration guide.
2015-11-03 14:12:17 +02:00
7c582f91ea
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-11-02 18:09:59 +02:00
529e697eaf
Updated code based on review of ac308dcb2c34e081f9814ad40c0961a217c86fc4
...
Removed unnecessary spinlock and added more checks.
2015-11-02 12:00:08 +02:00
6810ed15dd
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
5805eace2e
Merge pull request #99 from mariadb-corporation/willfong-patch-3
...
Multiple Edits
2015-11-02 10:01:43 +02:00
b43afe65ce
Merge pull request #94 from lowenthal-jason/patch-1
...
Update Hint-Syntax.md
2015-10-29 14:50:12 +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
1dc48f5ed8
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-10-23 13:18:11 +02:00
de7fbe3271
Cleaned up the readwritesplit documentation.
2015-10-22 15:26:41 +03:00
c795032358
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
75e8033052
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-10-19 09:36:04 +02:00
77f0128f8c
Fixed HTML links referring to Markdown files instead of the generated HTML files.
2015-10-09 09:59:54 +03:00
897907b202
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
ceed5d1c45
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-10-01 10:38:50 +02:00
4aa161d78e
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-09-30 14:20:39 +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
96f76a1f2e
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
6f3ec723b1
Cleaned up Limitations
2015-09-29 10:23:04 +03:00
69af0df6b5
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-09-28 08:48:27 +02:00
5864171207
Renamed 1.1.1 to 1.2.0 upgrading document to Upgrading-To-MaxScale-1.2.md
2015-09-25 13:19:53 +03:00
653bb57e7f
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-09-23 18:44:13 +02:00
065e252767
Removed redundant text from documentation.
2015-09-22 07:36:26 +03:00
11c4a1a491
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-09-16 19:09:08 +02:00
ea2c454010
Minor modification to documentation.
2015-09-16 11:19:20 +03:00
5aa882fc7e
Made documentation cleaner.
2015-09-16 10:24:17 +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
7d00a3670d
Addition of maxbinlogcheck, a new utility in bin
...
Addition of maxbinlogcheck, a new utility in bin
2015-09-10 14:37:49 +02:00
de593d0474
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-09-10 12:49:05 +02:00
0ddabccd2f
Documentation update
...
Documentation update
2015-09-09 15:35:24 +02:00