188db106ba
Fix broken and missing links
2016-03-18 08:14:27 +02:00
f551099af9
Reformat blr.h
...
By oversight was not reformatted when the source was.
2016-03-17 17:06:23 +02:00
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
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
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
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
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
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
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
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
a49ae18028
Add beta status to release notes.
2016-03-16 08:48:54 +02:00
697223da89
Add beta status to release notes.
2016-03-16 08:48:54 +02:00
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
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
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
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
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
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
5070b81473
Reformat binlog router.
2016-03-15 12:56:41 +02:00
7d9cbde9bd
Update Limitations.md
...
Minor stylistic changes.
2016-03-15 10:51:12 +02:00
2f21181986
Update Limitations.md
...
Minor stylistic changes.
2016-03-15 10:51:12 +02:00
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
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
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
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
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
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
05634c4f06
Update 1.4.0 release notes.
2016-03-15 09:37:36 +02:00
36144fe3b3
Update 1.4.0 release notes.
2016-03-15 09:37:36 +02:00
81f8d35585
Updated Building-MaxScale-from-Source-Code.md
...
The CMake parameters were out of date.
2016-03-14 08:00:16 +02:00
938cf344de
Updated Building-MaxScale-from-Source-Code.md
...
The CMake parameters were out of date.
2016-03-14 08:00:16 +02:00
d810aa3be0
Fixed connector-c being updated and built after every make invokation
...
The update step was unnecessary but it was still done which caused the sources
to be updated and built again.
2016-03-11 13:03:21 +02:00
cea5f24319
Fixed non-MariaDB connectors being used in builds
...
The FindMariaDBConnector.cmake did not set the MARIADB_CONNECTOR_FOUND
variable to false but instead just removed the definition.
2016-03-11 12:08:19 +02:00
dbadadd240
Updated 1.4.0 release notes
...
Added GA to the title and mentioned removal of `enabled` mode for SSL.
2016-03-10 10:52:02 +02:00
b9a9b1ebae
Updated 1.4.0 release notes
...
Added GA to the title and mentioned removal of `enabled` mode for SSL.
2016-03-10 10:52:02 +02:00
29f2a11b04
Fixed broken links and spelling errors
...
One link in an older release note was broken and some of the changes made
in the documentation had introduced spelling mistakes.
2016-03-10 10:06:27 +02:00
fb34d65174
Fixed broken links and spelling errors
...
One link in an older release note was broken and some of the changes made
in the documentation had introduced spelling mistakes.
2016-03-10 10:06:27 +02:00
2471355625
Changed Jira links to jira.mariadb.org
...
The old atlassian links point to a read-only version of the Jira.
2016-03-09 17:44:01 +02:00
2eda89c21d
Changed Jira links to jira.mariadb.org
...
The old atlassian links point to a read-only version of the Jira.
2016-03-09 17:44:01 +02:00
c7302e7076
Added fwfilter new features to documentation
...
Added user configurable actions and logging options as the new features.
2016-03-09 17:29:27 +02:00
ae91fb90cf
Added fwfilter new features to documentation
...
Added user configurable actions and logging options as the new features.
2016-03-09 17:29:27 +02:00
faa6e72ca0
FIX BUG IN CLIENT DCB SHUTDOWN THAT CAN CAUSE CRASHES
2016-03-09 14:32:24 +00:00
5b070ee9fc
Improved limitations document
...
Made the wording of the schemarouter limitations more clear.
2016-03-09 15:41:59 +02:00
140bd1a3c4
Improved limitations document
...
Made the wording of the schemarouter limitations more clear.
2016-03-09 15:41:59 +02:00
5ad11f2aac
Fixed Connector-C .cmake files
...
The files always forced the variables to be updated which caused the library
to be built again every time.
2016-03-09 15:25:27 +02:00
a131040c2c
Moved all limitations to Limitations.md
...
This removes duplicate information and keeps the list of limitations
in a central place.
2016-03-09 15:00:53 +02:00
e2588e3c95
Moved all limitations to Limitations.md
...
This removes duplicate information and keeps the list of limitations
in a central place.
2016-03-09 15:00:53 +02:00
110e530e26
Update 1.4.0 Changelog
2016-03-09 12:56:56 +02:00
c93d2d37f4
Update 1.4.0 Changelog
2016-03-09 12:56:56 +02:00
c887638f9f
Update 1.4.0 release notes.
2016-03-09 12:43:24 +02:00