MySQL 5.5.40 发布下载

linux新闻评论1.5K views阅读模式

MySQL 5.5.40 发布下载,此版本为 Bug 修复版本: 

  • InnoDB: An ALTER TABLE ... ADD FOREIGN KEY operation could cause a serious error. (Bug #19471516, Bug #73650)

  • InnoDB: With a transaction isolation level less than or equal to READ COMMITTED, gap locks were not taken when scanning a unique secondary index to check for duplicates. As a result, duplicate check logic failed allowing duplicate key values in the unique secondary index. (Bug #19140907)

    References: This bug is a regression of Bug #16133801.

  • InnoDB: During recovery, a segmentation fault would occur when marking a table as corrupt. (Bug #18942294)

  • yaSSL client code did not validate the encryption size or session ID length, which could cause the client to exit. (Bug #19463277, Bug #19463565)

  • MySQL installation from RPM packages could fail if Postfix had been installed using yum. (Bug #19392127)

  • yaSSL could fail preauthorization if the client supplied inaccurate buffer lengths. (Bug #19370676, Bug #19355577)

  • Competition between threads could lead to timeout failure trying to rotate the audit log file. (Bug #19184973)

  • On Linux (OEL6), if Sun DTrace was installed, the MySQL build failed. (Bug #19149091)

  • LPAD() and RPAD() could cause a server exit if the pad string argument was not well formed. (Bug #18935421)

  • The optimizer could create a zero-length column for a temporary table, causing a server exit. (Bug #18928848)

  • MOD for very small decimal right-hand arguments could cause a server exit. (Bug #18469276)

  • The client library now includes a call to X509_verify_cert_error_string() in the SSL certificate verification code, to be more robust in detecting invalid certificates. (Bug #18384260)

  • The thread_concurrency system variable is deprecated, but no warning resulted from setting it at server startup. (Bug #17873011)

  • Sending a SIGQUIT or SIGINT signal to mysql could result in a glibc double free or corruption error. (Bug #17297324)

  • LIKE matches failed for code points of HALF WIDTH KATAKANA in the sjis and cp932 character sets. (Bug #47641, Bug #11755818)

  • On EL7, installation of MySQL from RPM packages could fail if postfix had previously been installed using yum. (Bug #73507, Bug #19392051, Bug #19392149)

  • mysql_upgrade could fail if the mysql.user table contained multiple accounts with the same user name and host name where the host name differed in lettercase. This is still not permitted, but now mysql_upgrade prints a more informative error message to indicate the nature of the problem:

    ERROR 1644 (45000): Multiple accounts exist for user_name, host_name that differ only in Host lettercase; remove all except one of them

    (Bug #72066, Bug #18415196)

  • If the general query log or slow query log file was set to a FIFO or socket file, and the file reader went away, the server stopped executing statements. Now the server detects such files, logs an error message, and continues with the appropriate log disabled. (Bug #67088, Bug #14757009)

--------------------------------------分割线 --------------------------------------

Ubuntu 14.04下安装MySQL http://www.linuxidc.com/Linux/2014-05/102366.htm

《MySQL权威指南(原书第2版)》清晰中文扫描版 PDF http://www.linuxidc.com/Linux/2014-03/98821.htm

Ubuntu 14.04 LTS 安装 LNMP Nginx\PHP5 (PHP-FPM)\MySQL http://www.linuxidc.com/Linux/2014-05/102351.htm

Ubuntu 14.04下搭建MySQL主从服务器 http://www.linuxidc.com/Linux/2014-05/101599.htm

Ubuntu 12.04 LTS 构建高可用分布式 MySQL 集群 http://www.linuxidc.com/Linux/2013-11/93019.htm

Ubuntu 12.04下源代码安装MySQL5.6以及Python-MySQLdb http://www.linuxidc.com/Linux/2013-08/89270.htm

MySQL-5.5.38通用二进制安装 http://www.linuxidc.com/Linux/2014-07/104509.htm

企鹅博客
  • 本文由 发表于 2019年9月8日 11:13:48
  • 转载请务必保留本文链接:https://www.qieseo.com/287428.html

发表评论