Tags: shengxianye/mysql-server
Tags
Bug#29637712: WINDOWS 2016 AD-LDS AUTHENTICATION_LDAP_SIMPLE PLUGIN A… …LLOWS UNAUTHENTICATED CONNECTIONS Windows AD allows LDAP authentication with empty password. After this fix AUTHENTICATION_LDAP_SIMPLE plugin will not try to perform LDAP bind when empty password is given. Authentication will be considered as failed. rb: 21910 Approved by: Georgi Kodinov <[email protected]> Approved by: Harin Vadodaria <[email protected]> Change-Id: Ie74d6b89f84670d5cd8a12f32fbe0030b91af3ea
Bug#29637712: WINDOWS 2016 AD-LDS AUTHENTICATION_LDAP_SIMPLE PLUGIN A… …LLOWS UNAUTHENTICATED CONNECTIONS Windows AD allows LDAP authentication with empty password. After this fix AUTHENTICATION_LDAP_SIMPLE plugin will not try to perform LDAP bind when empty password is given. Authentication will be considered as failed. rb: 21910 Approved by: Georgi Kodinov <[email protected]> Approved by: Harin Vadodaria <[email protected]> Change-Id: Ie74d6b89f84670d5cd8a12f32fbe0030b91af3ea
Bug#29414245 - BOTH MYSQL CLIENT AND SHELL FAIL TO CONNECT TO 5.7 COMMUNITY SERVER DESCRIPTION: ============ 8.0 clients fail to connect to 5.7 community edition servers using SSL. ANALYSIS: ========= The clients fail to connect with the ssl error: unsafe legacy renegotiation disabled. This is because, the option SSL_OP_LEGACY_SERVER_CONNECT was cleared while setting the ssl options. FIX: ==== This patch reverts the changes that were added to clear SSL_OP_LEGACY_SERVER_CONNECT option so that clients can connect successfully to 5.7 community edition server. This option is currently set by default in openssl library. RB: 21622 (cherry picked from commit a9aeb4c20b5c0cf86764c80438632419ecfd4b2c)
Bug#29414245 - BOTH MYSQL CLIENT AND SHELL FAIL TO CONNECT TO 5.7 COMMUNITY SERVER DESCRIPTION: ============ 8.0 clients fail to connect to 5.7 community edition servers using SSL. ANALYSIS: ========= The clients fail to connect with the ssl error: unsafe legacy renegotiation disabled. This is because, the option SSL_OP_LEGACY_SERVER_CONNECT was cleared while setting the ssl options. FIX: ==== This patch reverts the changes that were added to clear SSL_OP_LEGACY_SERVER_CONNECT option so that clients can connect successfully to 5.7 community edition server. This option is currently set by default in openssl library. RB: 21622 (cherry picked from commit a9aeb4c20b5c0cf86764c80438632419ecfd4b2c)
Bug#29414245 - BOTH MYSQL CLIENT AND SHELL FAIL TO CONNECT TO 5.7 COMMUNITY SERVER DESCRIPTION: ============ 8.0 clients fail to connect to 5.7 community edition servers using SSL. ANALYSIS: ========= The clients fail to connect with the ssl error: unsafe legacy renegotiation disabled. This is because, the option SSL_OP_LEGACY_SERVER_CONNECT was cleared while setting the ssl options. FIX: ==== This patch reverts the changes that were added to clear SSL_OP_LEGACY_SERVER_CONNECT option so that clients can connect successfully to 5.7 community edition server. This option is currently set by default in openssl library. RB: 21622 (cherry picked from commit a9aeb4c20b5c0cf86764c80438632419ecfd4b2c)
BUG#29249542 - CANNOT SETUP REPLICATION WITHOUT IPV6 SINCE 8.0.14 Problem ========================= Since Mysql server 8.0.14, we cannot setup a replication group using mysql-shell (and probably by using mysql client). The server fails with these messages (note the "cannot use port xxx" and the "adding ipv6 localhost to whitelist" even though no ipv6 is available) Analysis and Fix ========================= When adding ipv6.disable=1 to a into a boot configuration, we are left without kernel support for IPv6. As such, we can't have calls that use directly AF_INET6 or "::1". Remove all hardcoded AF_INET6 assumptions. ReviewBoard: 21337
Merge branch 'mysql-5.6' into mysql-5.7 Bug #29121165 MYSQL SERVER FAILS TO START ON NON-ENGLISH WINDOWS WITH NAMED PIPES ENABLED (cherry picked from commit ac20471ab13b361c9702661c1b674d12e62ba900)
PreviousNext