5558 Commits

Author SHA1 Message Date
Markus Makela
5219e94af7 Removed beta from MaxScale version string
MaxScale 1.4.1 is a GA release.
2016-03-29 09:38:38 +03:00
Markus Makela
89e71717c9 Added a note about PCRE2 in the dbfwfilter documentation
The syntax of the regular expression was not clearly stated.
2016-03-24 09:43:50 +02:00
Johan Wikman
74df62f352 Update 1.4.1 Upgrading 2016-03-23 19:07:25 +02:00
Johan Wikman
57301af9ce Add 1.4.1 ChangeLog 2016-03-23 19:02:47 +02:00
Johan Wikman
7c5c365a84 Add 1.4.1 release notes 2016-03-23 17:45:30 +02:00
Johan Wikman
d85598d342 Update VERSION 2016-03-23 14:16:28 +02:00
Markus Makela
3c8bba26c9 MXS-646: Namedserverfilter ignores user and source
The namedserverfilter did not check if it was active for the session
before adding a routing hint to it.
2016-03-23 14:00:55 +02:00
Markus Makela
80807097b1 Added notes about default values to ReadWriteSplit documentation
Not all default values were stated.
2016-03-23 14:00:55 +02:00
Markus Makela
4defd5df74 Added missing default value documentation.
The auth_*_timeout value defaults were not documented.
2016-03-23 09:46:54 +02:00
Johan Wikman
8ced59c48e Merge commit 'd5af608fe58ff9ed8f77021424708ae8a71fc53c' into release-1.4.1
Pulled updates from MaxScale-Documentation.
2016-03-23 09:44:34 +02:00
Markus Makela
e445bb981e Added missing check for SELECT privilege on mysql.tables_priv
The service permission checks did not check for SELECT privileges on
mysql.tables_priv which caused confusing error messages. The database
grant erros also did not log the MySQL error message which is often very
helpful when resolving permission errors.
2016-03-22 08:08:46 +02:00
Markus Makela
d71d088c00 MXS-630: Added missing tables_priv documentation
The new requirements were not documented in the upgrading document.
2016-03-21 21:45:33 +02:00
Markus Makela
f0e6748949 Added missing pathname prefix
The postinst script was looking for Nagios files in the wrong directory.
2016-03-21 16:28:20 +02:00
Markus Makela
19016f4a9b Removed false debug assertion in readwritesplit
The readwritesplit assumed that the execution of a session command would
always succeed. This is not the case when a write to the backend server
fails and it is not something that shouldn't happen.
2016-03-21 14:04:13 +02:00
Markus Makela
dfa50f4f95 Set version to 1.4.1
Version number incremented to 1.4.1.
2016-03-21 13:27:19 +02:00
Markus Makela
5f1b46d298 Fixed RPM dependencies
The RPMs depended on Perl due to the Nagios scripts that are installed.
This dependency is not needed and should be managed by some other means.
2016-03-21 10:42:12 +02:00
Markus Makela
d5af608fe5 Added missing links
The SSL and maxbinlogcheck documents were not linked to in the documentation
contents.
2016-03-18 18:35:33 +02:00
Markus Makela
e53f4d062b Combined RabbitMQ consumer documentation into one
The README was in another folder and was not in Markdown format.
2016-03-18 17:32:11 +02:00
Markus Makela
6fb64abe11 Fixed broken link
The link referred to the Documentation directory.
2016-03-18 15:11:58 +02:00
Markus Makela
4ee1f304ca MXS-585 regression: Authentication packets are now processed in contiguous memory
The client side authentication assumed that it was processing contiguous memory.
This caused the authentication to fail when packets were received in multiple
parts. Transforming the buffer chain into one contiguous buffer fixes this problem.
2016-03-18 11:22:13 +02:00
Markus Makela
34c3d2c230 MXS-627: Changed the default version string
The default version string is now `5.5.5-10.0.0 <MaxScale version>-maxscale`.
This fill fix Java connector issues related to version string processing.
2016-03-18 10:25:18 +02:00
Johan Wikman
188db106ba Fix broken and missing links 2016-03-18 08:14:27 +02:00
Markus Makela
9aeb1ec9b0 Changed Connector-C build from a branch to a commit
This way even if the branch changes we will still use the commit we've tested.
2016-03-16 22:14:08 +02:00
Markus Makela
1b7fe5e6ea Added note about combining dbfw blacklist and whitelist functionality
Added a small explanation and an excerpt from a configuraton file to
the dbfwfilter documentation. It demonstrates the use of both blacklist
and whitelist functionality in the same service.
2016-03-16 21:33:38 +02:00
Markus Makela
de56f0031f Added note about combining dbfw blacklist and whitelist functionality
Added a small explanation and an excerpt from a configuraton file to
the dbfwfilter documentation. It demonstrates the use of both blacklist
and whitelist functionality in the same service.
2016-03-16 21:33:38 +02:00
Markus Makela
19c9bba1c8 Added missing dbfwfilter syntax documentation
The `allow` keyword can be used to substitute the `deny` keyword but this
was not documented. Also the fact that neither of them affect the actual
behavior of the filter was not very clearly stated.
2016-03-16 21:15:38 +02:00
Markus Makela
e29660b357 Added missing dbfwfilter syntax documentation
The `allow` keyword can be used to substitute the `deny` keyword but this
was not documented. Also the fact that neither of them affect the actual
behavior of the filter was not very clearly stated.
2016-03-16 21:15:38 +02:00
Markus Makela
4a51a9e9af Added the user query to configuration guide
It is useful to know the query when debugging authentication problems.
It will tell if users are missing grants and which users are used.
2016-03-16 19:45:12 +02:00
Markus Makela
5da94f6fb8 Added the user query to configuration guide
It is useful to know the query when debugging authentication problems.
It will tell if users are missing grants and which users are used.
2016-03-16 19:45:12 +02:00
Markus Makela
6d6cc80793 Added flushing of all logs to disk when MaxScale exits
It is possible that messages logged immediately before exiting are not flushed
to disk. Flushing all logs before exiting from the main function guarantees
that any relevant log messages are flushed to disk.
2016-03-16 17:16:50 +02:00
Johan Wikman
a49ae18028 Add beta status to release notes. 2016-03-16 08:48:54 +02:00
Johan Wikman
697223da89 Add beta status to release notes. 2016-03-16 08:48:54 +02:00
Markus Makela
bc35730c73 Fixed a crash when a monitor has no servers
If a monitor is configured with a server which does not exist, MaxScale will
crash.
2016-03-15 16:39:41 +02:00
Markus Makela
63bdf89862 Added 1.3 to 1.4 upgrade guide
The guide explains the changes in encryption and SSL.
2016-03-15 16:36:24 +02:00
Markus Makela
5687916846 Added 1.3 to 1.4 upgrade guide
The guide explains the changes in encryption and SSL.
2016-03-15 16:36:24 +02:00
Markus Makela
0bab9ba932 Added note about password encryption to release notes
The change to MD5 based password encryption requires that all encryption
keys are recreated.
2016-03-15 16:33:35 +02:00
Markus Makela
aa24289f77 Added note about password encryption to release notes
The change to MD5 based password encryption requires that all encryption
keys are recreated.
2016-03-15 16:33:35 +02:00
Johan Wikman
200f0624df Update README and remove README.md
Simplifies maintenance if there is but one file. Github shows
the contents of README if there is no README.md file.
2016-03-15 14:21:55 +02:00
Johan Wikman
7d9cbde9bd Update Limitations.md
Minor stylistic changes.
2016-03-15 10:51:12 +02:00
Johan Wikman
2f21181986 Update Limitations.md
Minor stylistic changes.
2016-03-15 10:51:12 +02:00
Johan Wikman
0a81224419 Add hard line breaks to Limitations.md
The diffs provided my git are more useful if paragraphs are not
a single line.
2016-03-15 10:44:38 +02:00
Johan Wikman
502530e500 Add hard line breaks to Limitations.md
The diffs provided my git are more useful if paragraphs are not
a single line.
2016-03-15 10:44:38 +02:00
Markus Makela
b2cacbb4b0 Added a note about changed service user permissions to release notes
The added extra grants required by each service user was not mentioned in the
release notes and would only have been found out after an upgrade.
2016-03-15 10:35:39 +02:00
Markus Makela
059ba5a1cf Added a note about changed service user permissions to release notes
The added extra grants required by each service user was not mentioned in the
release notes and would only have been found out after an upgrade.
2016-03-15 10:35:39 +02:00
Markus Makela
1b5d76e5dc Updated the uservar modification example in Limitations.md
The example query used a INSERT instead of a SELECT which does not demonstrate
the real problem with user variable modification. Updated the example and
cleaned up the text.
2016-03-15 10:21:24 +02:00
Markus Makela
ce9af0f3c0 Updated the uservar modification example in Limitations.md
The example query used a INSERT instead of a SELECT which does not demonstrate
the real problem with user variable modification. Updated the example and
cleaned up the text.
2016-03-15 10:21:24 +02:00
Johan Wikman
05634c4f06 Update 1.4.0 release notes. 2016-03-15 09:37:36 +02:00
Johan Wikman
36144fe3b3 Update 1.4.0 release notes. 2016-03-15 09:37:36 +02:00
Markus Makela
81f8d35585 Updated Building-MaxScale-from-Source-Code.md
The CMake parameters were out of date.
2016-03-14 08:00:16 +02:00
Markus Makela
938cf344de Updated Building-MaxScale-from-Source-Code.md
The CMake parameters were out of date.
2016-03-14 08:00:16 +02:00