c4bb83e673
Updated PDF generation.
2015-03-24 07:33:51 +02:00
2e6670cec1
Updated CMake variables.
...
INSTALL_SYSTEM_FILES is now WITH_SCRIPTS.
BUILD_TYPE is now obsolete and is replaced with CMAKE_BUILD_TYPE, the build types are now the same as with regular CMake installations.
Differences are:
DebugSymbols -> RelWithDebInfo
2015-03-24 06:17:11 +02:00
928b89dd2d
Merge branch 'develop' of https://github.com/mariadb-corporation/MaxScale into develop
2015-03-23 20:15:56 +02:00
da406db292
Changed install path to /usr/local/mariadb-maxscale
2015-03-23 20:12:56 +02:00
11e53e426d
Remove out of date image
2015-03-23 17:14:40 +00:00
d07a188493
Added documentation about upgrading from 1.0.5 to 1.1.0.
2015-03-23 18:15:24 +02:00
cae00c4087
Change skysql to mariadb
2015-03-23 14:20:24 +00:00
78dd468e2e
Added note about changed installation paths and passwords to Changelog.md
2015-03-23 15:52:04 +02:00
a28759f1f4
Merge branch 'develop' of https://github.com/mariadb-corporation/MaxScale into develop
2015-03-23 15:06:42 +02:00
7cfc1d3cc9
Chaged MaxScale default installation directory to /usr/local/mariadb/maxscale and MaxAdmin password to 'mariadb'.
2015-03-23 14:53:31 +02:00
5d134a6370
Tidy format of release notes 1.1
2015-03-23 12:32:32 +00:00
498b500c2d
Updates and pointing to latest release notes
2015-03-23 12:30:29 +00:00
1680337f40
Merge branch 'change_user_fix' into develop
2015-03-23 14:20:03 +02:00
0cb8b498d1
Added text versions of latest release notes and changelog.
2015-03-23 13:16:46 +02:00
8dd886e3cb
Updated version number to 1.0.0
2015-03-23 12:05:02 +02:00
54d242758f
Revert "Removed walking of packets from mysql_backend and moved storing of partial packets to session command handling section."
...
This reverts commit 9e1dc40bb549fdaf05fb4f8c12dc159c30ad4c41.
2015-03-23 11:55:03 +02:00
9e1dc40bb5
Removed walking of packets from mysql_backend and moved storing of partial packets to session command handling section.
2015-03-23 11:17:07 +02:00
5f4facba46
Changed Changelog.md description to better describe that it is a work-in-progress rather than the official change log.
2015-03-23 07:55:43 +02:00
b416455f4f
Added missing type to GWBUF returned from mysql_backend.
2015-03-22 16:53:51 +02:00
6cfc2338c1
Small fix to modutil_get_complete_packets.
2015-03-22 10:33:35 +02:00
e0ce987d72
Mysql_backend now only sends complete packets from the backend servers.
2015-03-22 08:56:18 +02:00
55513cc998
Improved modutil_get_complete_packets to only allocate a single buffer.
2015-03-22 07:44:14 +02:00
92999a3174
Added a new make target that generates .txt files from Markdown release notes.
2015-03-20 21:49:14 +02:00
5b634dab77
Moved missing image to right folder.
2015-03-20 18:25:37 +02:00
d7a7019662
Fixed Feedback test not working.
2015-03-20 16:58:04 +02:00
4b3f35ab4b
Updated documentation links.
2015-03-20 16:19:17 +02:00
1ce66d3c34
Merge branch 'develop' of https://github.com/mariadb-corporation/MaxScale into develop
2015-03-20 16:11:03 +02:00
c3108ea824
Moved schemarouter technical documentation to Design-Documents folder.
2015-03-20 16:10:39 +02:00
25c9dd9b9a
Fixed Typo in documentation
...
Fixed Typo in documentation
2015-03-20 14:58:07 +01:00
a1bb4cd3e2
Release Notes 1.0.5 Update
...
Release Notes 1.0.5 Update
2015-03-20 11:15:15 +01:00
85473f8421
Release Notes 1.1 Update
...
Release Notes 1.1 Update
2015-03-20 11:09:46 +01:00
31bb4eebe8
Release Notes 1.0.5 added
...
Release Notes 1.0.5 added
2015-03-20 11:06:37 +01:00
3cd07cc5c7
Release Notes 1.1. Update
...
Release Notes 1.1. Update
2015-03-20 09:16:40 +01:00
0c6327e6bf
Renamed fwfilter to dbfwfilter.
2015-03-19 23:26:34 +02:00
163e598f8a
Added error logging to schemarouter about cross-database queries.
2015-03-19 22:18:20 +02:00
7581070bc4
Merge branch 'mxs-47-fix' into develop
2015-03-19 21:22:24 +02:00
4f6768ff04
Merge branch 'develop' of https://github.com/mariadb-corporation/MaxScale into develop
2015-03-19 20:21:55 +02:00
0b23487918
Added a fix to post uninstall scripts.
2015-03-19 20:21:13 +02:00
3a50b308b0
Set CPack RPM packaging version to 1 and added a RUNNING option to readconnroute.
2015-03-19 20:11:22 +02:00
adc1cfcd91
add MXS-49 description to known issues
2015-03-19 18:37:22 +02:00
3e75e2c2d9
Name change for 1.1 doc
...
Name change for 1.1 doc
2015-03-19 17:15:54 +01:00
bc4c4d7726
Release Notes for 1.1 RC
...
Release Notes for 1.1 RC
2015-03-19 17:13:09 +01:00
86d238a2de
Nagios documentation update
...
Nagios documentation update
2015-03-19 15:15:37 +01:00
9f63c8e7bc
Nags Diagram update
...
Nags Diagram update
2015-03-19 14:59:27 +01:00
b4f5a4eb9f
Fix to MXS-32: https://mariadb.atlassian.net/browse/MXS-32
...
readconnroute now accepts RUNNING as server status when no router_options are given.
2015-03-19 15:44:14 +02:00
23bcabe5e3
Fix for MXS-50: https://mariadb.atlassian.net/browse/MXS-50
2015-03-19 15:19:53 +02:00
b5a3ca61d7
Merge branch 'develop' of https://github.com/mariadb-corporation/MaxScale into develop
2015-03-19 15:05:57 +02:00
239afd065b
Changed install to cp in postinst script.
2015-03-19 15:05:27 +02:00
1c1ad8b97e
Nagios Diagram Update
...
Nagios Diagram Update
2015-03-19 13:06:08 +01:00
e0711c5013
Added Nagios plugins to installation.
2015-03-19 13:41:19 +02:00