Commit Graph

5717 Commits

Author SHA1 Message Date
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
1309607a69 Update 1.4.0 release notes. 2016-03-09 12:43:24 +02:00
2b2c047c46 Fixed build failure
There was a CMake call to plugin_process which doesn't exist anymore.
2016-03-09 09:40:01 +02:00
c3bacba5ef Remove directory replication_listener
Old stuff, not maintained and not used by anything or anybody.
2016-03-09 09:06:09 +02:00
2486baffea Remove directory table_replication_consistency
Old stuff, not maintained, and not used by anything or anybody.
2016-03-09 09:04:23 +02:00
edef0a3733 Remove plugin_process. 2016-03-09 08:51:40 +02:00
452443f6f8 Remove obsolete "support" directory. 2016-03-08 16:19:25 +02:00
f18e5460c4 Removed unused service SSL functions
These have been made obsolete by the introduction of listener.c
2016-03-08 15:41:25 +02:00
a4b06e3afe Removed support for SSLv3
SSLv3 can't be considered safe anymore so removing the support for it improves
MaxScale's security as a whole.
2016-03-08 15:22:35 +02:00
60724172a4 Removed support for SSLv3
SSLv3 can't be considered safe anymore so removing the support for it improves
MaxScale's security as a whole.
2016-03-08 15:22:35 +02:00
18a3aa5e33 Added missing newlines to all files
This caused build errors some systems, namely RHEL 5.
2016-03-08 14:48:17 +02:00
98a179a036 Updated documentation about new grants required by MaxScale
The documentation now mentions the additional SELECT privileges that are needed
on the `mysql.tables_priv` table.
2016-03-08 10:35:36 +02:00
0e718e5442 Removed FindLua.cmake because it isn't a self-contained module
The FindLua.cmake requires other modules provided by newer CMake installations
so including just this file is not useful. The correct way to fix this
build failure is to update the CMake to a newer version.
2016-03-08 10:35:36 +02:00
44d9929f3c Updated documentation about new grants required by MaxScale
The documentation now mentions the additional SELECT privileges that are needed
on the `mysql.tables_priv` table.
2016-03-08 10:35:36 +02:00
fd34cd4014 Fixed luafilter build failures
The luafilter referred to the old session client DCB name and linked against
log_manager and utils but not maxscale-common.
2016-03-08 10:35:36 +02:00
3973ba36be Simplified tee filter packet handling logic
Inverting the default action of not routing packets to always routing packets
makes the code simpler to understand. Removing some of the not so useful debug
logging also makes the code more readable and easier to understand.
2016-03-07 16:21:48 +02:00
7aab966573 Remove mysql prefix.
Now monitor.c includes <mysqld_error.h> and not <mysql/mysqld_error.h>.
The latter can not be found from connector-c.
2016-03-07 16:00:27 +02:00
e8c2b27c27 Remove qc_pp
There will not be a plugin process.
2016-03-07 12:19:51 +02:00
60714135c4 Merge branch 'develop-MXS-544-merge' into develop 2016-03-07 10:17:17 +02:00
3cbfb6821b Cleaned up SIGTERM and SIGINT handlers
Changed fprintf to write since it is signal safe.
2016-03-07 10:11:50 +02:00
9b8b7ee576 Added support for system PCRE2
This will allow system PCRE2 to be used instead of always using the bundled one.
2016-03-07 09:24:40 +02:00
7bae03f3b8 Added missing PCRE link flags to binlogrouter
MariaDB 10.0 might require it to be linked against system PCRE. This will allow
the binlogrouter to be built with MariaDB 10.0 embedded libraries.
2016-03-05 06:23:35 +02:00
f0956276ae Fixed FindMariaDBConnector.cmake failing even if connector is installed
This will remove the need to build the connector if it already exists as
a system library.
2016-03-05 06:04:36 +02:00