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
15b96f6933
Cleaned up Limitations
2015-09-29 10:23:04 +03:00
e8e347acff
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-09-28 08:48:27 +02:00
7bf6e4c5fc
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
162f60e167
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-09-23 18:44:13 +02:00
fc844a9c6c
Removed redundant text from documentation.
2015-09-22 07:36:26 +03:00
73043ab062
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-09-16 19:09:08 +02:00
ebbbab5354
Minor modification to documentation.
2015-09-16 11:19:20 +03:00
aa6b454e64
Made documentation cleaner.
2015-09-16 10:24:17 +03:00
153027141a
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-09-11 15:22:17 +02:00
40ae81c91b
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
67e040f76a
Addition of maxbinlogcheck, a new utility in bin
...
Addition of maxbinlogcheck, a new utility in bin
2015-09-10 14:37:49 +02:00
803a8e9c03
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-09-10 12:49:05 +02:00
bc894fd48f
Documentation update
...
Documentation update
2015-09-09 15:35:24 +02:00
1c3c9f883b
Updated documentation.
2015-09-09 16:23:07 +03:00
99e378a2f9
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-09-09 10:20:25 +02:00
85c6196536
Added MariaDB10 example
...
Added MariaDB10 example
2015-09-08 18:53:30 +02:00
331d0261d3
Fix a couple of typos
2015-09-08 16:59:24 +01:00
32e683eddd
maxbinlogcheck update
...
maxbinlogcheck update
2015-09-08 17:27:28 +02:00
8926d290d4
Fix to MXS-356: https://mariadb.atlassian.net/browse/MXS-356
...
Added configurable timeouts for the embedded MySQL connections.
2015-09-08 11:23:35 +03:00
cd41593049
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-09-08 10:01:37 +02:00
fd1a92af7b
Documentation Update
...
Documentation Update
2015-09-08 09:48:34 +02:00
c145fe5cb9
Documentation Update
...
Documentation Update
2015-09-08 09:45:59 +02:00
529bbea842
Merge branch 'develop' into 1.2.1-binlog_router_trx
2015-09-07 18:22:17 +02:00
50bae69605
Moved the section about maxadmin default user to the start of the document.
2015-09-07 17:28:40 +03:00
ff434f9800
Merge from develop
...
Merge from develop
2015-09-07 14:49:50 +02:00
b4af4cafbc
More format fixes.
2015-09-07 13:48:27 +03:00
3b9fa0121a
Fixed formatting.
2015-09-07 13:19:40 +03:00
468756f720
Documentation update
...
Documentation update
2015-09-03 15:50:04 +02:00
46cf9b9366
Documentation update
...
Documentation update
2015-09-03 14:07:53 +02:00
6bbde417ce
Added RESET SLAVE
...
Added RESET SLAVE
2015-09-03 13:54:28 +02:00
ef34920f7f
Incomplete transaction detection
...
Incomplete transaction detection
2015-09-03 12:32:23 +02:00