MXS-951: Backport fix to 2.0
Backported the fix for 2.0.4.
This commit is contained in:
parent
78545b2c5c
commit
22698fdf21
@ -20,6 +20,8 @@ For any problems you encounter, please submit a bug report at
|
||||
them. This affects _wildcard_, _columns_, _on_queries_ and _no_where_clause_
|
||||
type rules which previously ignored prepared statements.
|
||||
|
||||
- The MariaDB Connector-C was upgraded to version 2.3.2.
|
||||
|
||||
## Bug fixes
|
||||
|
||||
[Here](https://jira.mariadb.org/issues/?jql=project%20%3D%20MXS%20AND%20issuetype%20%3D%20Bug%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%202.0.4)
|
||||
@ -27,6 +29,7 @@ is a list of bugs fixed since the release of MaxScale 2.0.3.
|
||||
|
||||
* [MXS-1082](https://jira.mariadb.org/browse/MXS-1082): Block prepared statements
|
||||
* [MXS-1080](https://jira.mariadb.org/browse/MXS-1080): Readwritesplit (documentation of max_slave_replication_lag)
|
||||
* [MXS-951](https://jira.mariadb.org/browse/MXS-951): Using utf8mb4 on galera hosts stops maxscale connections
|
||||
|
||||
## Known Issues and Limitations
|
||||
|
||||
|
@ -10,8 +10,8 @@ include(ExternalProject)
|
||||
set(MARIADB_CONNECTOR_C_REPO "https://github.com/MariaDB/mariadb-connector-c.git"
|
||||
CACHE STRING "MariaDB Connector-C Git repository")
|
||||
|
||||
# Release 2.2.3 of the Connector-C
|
||||
set(MARIADB_CONNECTOR_C_TAG "v2.3.0"
|
||||
# Release 2.3.2 of the Connector-C
|
||||
set(MARIADB_CONNECTOR_C_TAG "v2.3.2"
|
||||
CACHE STRING "MariaDB Connector-C Git tag")
|
||||
|
||||
ExternalProject_Add(connector-c
|
||||
|
Loading…
x
Reference in New Issue
Block a user