dcc891e0be
This update (released on Jan 21st) includes: Bugs Fixed: Important Change: Fix importing a dump from a MySQL 5.7 server 8.0 failure. (ER_WRONG_VALUE_FOR_VAR, when an unsupported [by 8.0] SQL mode was used). The behavior of the server in such circumstances now depends on the setting of the `pseudo_slave_mode` system variable. If this is false, the server rejects the mode setting with ER_UNSUPPORTED_SQL_MODE. Otherwise, server just gives a warning. (Bug #90337, Bug #27828236). InnoDB: Properly initialize the static thread-local 'tables' variable in the TempTable storage engine (on Solaris X86) was not properly initialized. (Bug #28987365) InnoDB: Fix incorrect lock order caused a deadlock when one thread attempted to drop a table while another created an encrypted tablespace. (Bug #28774259) More info from upstream: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-14.html While here, Adapt some local patches with new upstream changes. PR: 234984 Sponsored by: The FreeBSD Foundation |
||
---|---|---|
.. | ||
extra-patch-config.h.cmake | ||
my.cnf.sample.in | ||
mysql-server.in | ||
patch-client_CMakeLists.txt | ||
patch-cmake_os_FreeBSD.cmake | ||
patch-cmake_plugin.cmake | ||
patch-cmake_ssl.cmake | ||
patch-CMakeLists.txt | ||
patch-cmd-line-utils_libedit_chartype.h | ||
patch-cmd-line-utils_libedit_vi.c | ||
patch-include_CMakeLists.txt | ||
patch-include_my__compare.h | ||
patch-include_my__thread__os__id.h | ||
patch-include_myisam.h | ||
patch-libmysql_CMakeLists.txt | ||
patch-libservices_CMakeLists.txt | ||
patch-man_CMakeLists.txt | ||
patch-mysys__ssl_my__default.cc | ||
patch-mysys__ssl_my__md5.cc | ||
patch-plugin_password__validation_validate__password.cc | ||
patch-plugin_x_client_sha256__scramble__generator.cc | ||
patch-plugin_x_client_xconnection__impl.cc | ||
patch-plugin_x_CMakeLists.txt | ||
patch-plugin_x_configure.cmake | ||
patch-router_src_harness_CMakeLists.txt | ||
patch-scripts_CMakeLists.txt | ||
patch-sql-common_client.cc | ||
patch-sql_auth_sha2__password__common.cc | ||
patch-sql_conn__handler_socket__connection.cc | ||
patch-sql_mysqld.cc | ||
patch-sql_sys__vars.cc | ||
patch-storage_innobase_include_srv0mon.h | ||
patch-storage_myisam_mi__dynrec.cc | ||
patch-support-files_CMakeLists.txt | ||
patch-vio_viosslfactories.cc |