MySQL

MySQL 5.6.19

MySQL AB
開源軟體

MySQL 為目前最流行的資料庫查詢系統。而 MySQL 主要是以速度、耐用性、易用性為目標,廣泛被企業使用。

  • 支援 MS SQL、Excel、MS Access、XML、CSV 等格式,導入至 MySQL。
  • 較不常需要維護,可節省管理成本。
  • 可保護好您資料庫,發現被不明來源複製則會中斷。
  • 可建立業務應用,確保可靠度及安全性。
  • 為 ACID 特性(原子性、一致性、隔離性、持久性),使軟體達到可靠。

軟體資訊
檔案版本 MySQL 5.6.19
檔案名稱 mysql-5.6.19-win32.msi
檔案大小 38.41MB
系統 Windows 9x / 2000 / XP / Vista / Windows 7 / Windows 8 / Windows 10 / Windows 10 64-bit
支援語系 Multiple languages
軟體類型 開源軟體
更新日期 2014-06-02
更新日誌

# Functionality Added or Changed
* The obsolete and unmaintained charset2html utility has been removed from MySQL distributions.
* The mysqlbug, mysql_waitpid, and mysql_zap utilities have been deprecated and will be removed in MySQL 5.7.
# Bugs Fixed
* InnoDB: After upgrading from 5.6.10 to MySQL versions up to and including MySQL 5.6.18, InnoDB would attempt to rename obsolete full-text search auxiliary tables on server startup, resulting in an assertion failure.
* InnoDB: For each insert, memset would be called three times to allocate memory for system fields. To reduce CPU usage, the three memset calls are now combined into a single call.
* InnoDB: Enabling the InnoDB Table Monitor would result in a ib_table->stat_initialized assertion failure.
* InnoDB: Setting innodb_max_dirty_pages_pct=0 would leave 1% of dirty pages unflushed. Buffer pool flushing is initiated when the percentage of dirty pages is greater innodb_max_dirty_pages_pct. The internal variables that store the innodb_max_dirty_pages_pct value and the percentage of dirty pages (buf_get_modified_ratio_pct and srv_max_buf_pool_modified_pct) were defined as unsigned integer data types, which meant that a innodb_max_dirty_pages_pct value of 0 required a dirty pages percentage of 1 or greater to initiate buffer pool flushing. To address this problem, the buf_get_modified_ratio_pct and srv_max_buf_pool_modified_pct internal variables are redefined as double data types, which changes the range value for innodb_max_dirty_pages_pct and innodb_max_dirty_pages_pct_lwm from 0 .. 99 to 0 .. 99.99. Additionally, buffer pool flushing is now initiated when the percentage of dirty pages is “greater than or equal to” innodb_max_dirty_pages_pct.
* Replication: Log rotation events could cause group_relay_log_pos to be moved forward incorrectly within a group. This meant that, when the transaction was retried, or if the SQL thread was stopped in the middle of a transaction following one or more log rotations (such that the transaction or group spanned multiple relay log files), part or all of the group was silently skipped. This issue has been addressed by correcting a problem in the logic used to avoid touching the coordinates of the SQL thread when updating the log position as part of a relay log rotation whereby it was possible to update the SQL thread's coordinates when not using a multi-threaded slave, even in the middle of a group.
* Replication: When running the server with --gtid-mode=ON, STOP SLAVE followed by START SLAVE resulted in a mismatch between the information provided by INFORMATION_SCHEMA.INNODB_TEMP_TABLE_INFO and the Slave_open_temp_tables status variable: the INNODB_TEMP_TABLE_INFO table showed that no temporary tables existed, but Slave_open_temp_tables had a nonzero value.
* Replication: In certain cases, the server mishandled triggers and stored procedures that tried to modify other tables when called by CREATE TABLE ... SELECT. This is now handled correctly as an error.
* Replication: When used on a table employing a transactional storage engine, a failed TRUNCATE TABLE was still written to the binary log and thus replayed on the slave. This could lead to inconsistency when the master retained data that was removed on the slave.
* Now in such cases TRUNCATE TABLE is logged only when it executes successfully.
* Replication: The server did not always handle the auto.cnf file correctly in cases where this file's permissions were incorrect.
* Replication: When the binary log was rotated due to receipt of a SIGHUP signal, the new binary log did not contain the Previous_gtid_event required for subsequent processing of that binary log's GTID events. Now when SIGHUP is received, steps are taken to insure that the server writes the necessary Previous_gtid_event to the new log before writing any GTID events to the new log.
* Replication: When gtid_mode=ON, and a transaction is filtered out on the slave, the GTID of the transaction is still logged on the slave as an “empty” transaction (consisting of a GTID followed immediately by BEGIN and then COMMIT). This is necessary to prevent the transaction from being retransmitted the next time the slave reconnects or is involved in a failover. The current fix addresses two issues relating to such “empty” transactions:
- No empty transaction was generated for CREATE TEMPORARY TABLE or DROP TEMPORARY TABLE statements.
- If the slave used a database filter (--replicate-do-db or --replicate-ignore-db option), no empty transaction was generated.
* The server could fail to properly reprepare triggers that referred to another table after that table was truncated.
* Certain INFORMATION_SCHEMA queries could cause a server exit.
* For indexes on prefixes or character string columns, index corruption could occur for assignment of binary data to the column due to improper character counting.
* Solaris-specific scripts were included in and installed by non-Solaris packages.
* Concurrent execution of a FLUSH TABLE operation and a stored program that used a cursor could cause a server exit.
* The client library could cause clients to exit due to incorrectly mapping the client error number to the corresponding message, if reallocation of packet buffer memory occurred.
* Calling mysql_get_server_version() with an invalid connection handler argument caused the client to exit. Now it returns 0 and reports a CR_COMMANDS_OUT_OF_SYNC error.
* mysqldump could create table definitions in the dump file that resulted in Too many columns errors when reloading the dump file.
* On Windows, calling mysql_thread_init() call without mysql_init() caused the client to exit. windows. Now it returns a nonzero result because it is an error to call mysql_thread_init() before the client library is initialized with mysql_library_init().
* The optimizer trace could cause a server exit in cases where a subquery was transformed away.
* The Debug Sync facility could lose a signal, leading to a spurious ER_DEBUG_SYNC_TIMEOUT error.
* Compilation problems were fixed for errors reported by Clang and gcc when compiling in C++11 mode.
* CMake produced not-useful warnings about INTERFACE_LINK_LIBRARIES policy.
* LOAD DATA LOCAL INFILE could use all CPU if import errors occurred when there were no line delimiters.
* On Windows, REPAIR TABLE and OPTIMIZE TABLE failed for MyISAM tables with .MYD files larger than 4GB.
* A statement of the following form broke row-based replication because it created a table having a field of data type BIGINT with a display width of 3000, which is beyond the maximum acceptable value of 255: CREATE TABLE t1 AS SELECT REPEAT('A',1000) DIV 1 AS a;
* Updates could fail to update all applicable rows in cases where multiple key values were identical except for trailing spaces.

作者 MySQL AB
官網 http://www.mysql.com

  • MySQL 5.6.19 By MySQL AB (Open Source) User Rating FileHippo Safety Guarantee Secured by Avira Download This Version (38.41MB) Download Advertisement Advertisement Latest Version MySQL 5.6.35 Older Ve...
    MySQL
    Download MySQL 5.6.19 - Change Log - FileHippo.com
    http://filehippo.com
  • MySQL 5.6.19 MySQL 5.6.19 By MySQL AB (Open Source) User Rating FileHippo Safety Guarantee Secured by Avira Download This Version (38.41MB) Download Advertisement Advertisement Latest Version MySQL 5....
    MySQL
    MySQL 5.6.19 - FileHippo.com - Download Free Software
    http://filehippo.com
  • MySQL Community Server 5.6 » MySQL Community Server 5.5 » Archived versions » Please report any bugs or inconsistencies you observe to our ...
    MySQL
    MySQL :: Download MySQL Community Server
    https://dev.mysql.com
  • Download MySQL Installer MySQL open source software is provided under the GPL License. OEMs, ISVs and VARs can purchase commercial licenses. MySQL Installer provides an easy to use, wizard-based insta...
    MySQL
    MySQL :: Download MySQL Installer
    https://dev.mysql.com
  • This chapter discusses MySQL's implementation of user-defined partitioning. You can determine whether your MySQL Server supports partitioning by checking the output of the SHOW PLUGINS statement, ...
    MySQL
    MySQL :: MySQL 5.6 Reference Manual :: 19 Partitioning
    https://dev.mysql.com
  • In MySQL 5.6, it is possible to match against only a list of integers (and possibly NULL—see Section 19.2.7, “How MySQL Partitioning Handles NULL”) when partitioning by LIST. However, other column typ...
    MySQL
    MySQL :: MySQL 5.6 Reference Manual :: 19.2.2 LIST Partitioning
    https://dev.mysql.com
  • In MySQL 5.6, the optimizer can also perform pruning for WHERE conditions that involve comparisons of the preceding types on multiple columns for tables that use ...
    MySQL
    MySQL :: MySQL 5.6 Reference Manual :: 19.4 Partition Pruning
    https://dev.mysql.com
  • ... in MySQL 5.6.21 (2014-09-23, General Availability) · Changes in MySQL 5.6.20 (2014-07-31, General Availability) · Changes in MySQL 5.6.19 (2014-05-30, ...
    MySQL
    MySQL :: MySQL 5.6 Release Notes
    https://dev.mysql.com
  • This document contains release notes for the changes in each release of MySQL 5.6, up through MySQL 5.6.36. For information about changes in a different MySQL series, see the release notes for that se...
    MySQL
    MySQL :: MySQL 5.6 Release Notes - MySQL :: Developer Zone
    https://dev.mysql.com
  • There is no MySQL Community Server 5.6.18. That version number was used for an out-of-schedule release of the Enterprise Edition to address the OpenSSL “Heartbleed” issue. This issue did not affect th...
    MySQL
    MySQL :: MySQL 5.6 Release Notes :: Changes in MySQL 5.6.19 (2014-05-30, General Availability)
    http://dev.mysql.com
  • Changes in MySQL 5.6.19 (2014-05-30, General Availability). There is no MySQL Community Server 5.6.18. That version number was used for an ...
    MySQL
    MySQL :: MySQL 5.6 Release Notes :: Changes in MySQL 5.6.19 ...
    https://dev.mysql.com
  • Changes in MySQL 5.6.19 (2014-05-30, General Availability) · Changes in MySQL 5.6.18 (2014-04-11, General Availability) · Changes in MySQL 5.6.17 ...
    MySQL
    MySQL :: MySQL 5.6 Release Notes :: Changes in MySQL 5.6.29 ...
    https://dev.mysql.com
  • Changes in MySQL 5.6.19 (2014-05-30, General Availability) · Changes in MySQL 5.6.18 (2014-04-11, General Availability) · Changes in MySQL 5.6.17 ...
    MySQL
    MySQL :: MySQL 5.6 Release Notes :: Changes in MySQL 5.6.30 ...
    https://dev.mysql.com
  • 2016年6月2日 - Changes in MySQL 5.6.19 (2014-05-30, General Availability) · Changes in MySQL 5.6.18 (2014-04-11, General Availability) · Changes in ...
    MySQL
    MySQL :: MySQL 5.6 Release Notes :: Changes in MySQL 5.6.31 ...
    https://dev.mysql.com
  • Changes in MySQL 5.6.19 (2014-05-30, General Availability) · Changes in MySQL 5.6.18 (2014-04-11, General Availability) · Changes in MySQL 5.6.17 ...
    MySQL
    MySQL :: MySQL 5.6 Release Notes :: Changes in MySQL 5.6.32 ...
    https://dev.mysql.com
  • Changes in MySQL 5.6.19 (2014-05-30, General Availability) · Changes in MySQL 5.6.18 (2014-04-11, General Availability) · Changes in MySQL 5.6.17 ...
    MySQL
    MySQL :: MySQL 5.6 Release Notes :: Changes in MySQL 5.6.33 ...
    https://dev.mysql.com
  • Changes in MySQL 5.6.19 (2014-05-30, General Availability) · Changes in MySQL 5.6.18 (2014-04-11, General Availability) · Changes in MySQL 5.6.17 ...
    MySQL
    MySQL :: MySQL 5.6 Release Notes :: Changes in MySQL 5.6.34 ...
    https://dev.mysql.com
  • MySQL Downloads Oracle MySQL Cloud Service (commercial) Oracle MySQL Cloud Service is built on MySQL Enterprise Edition and powered by Oracle Cloud, providing an enterprise-grade MySQL database servic...
    MySQL
    MySQL :: MySQL Downloads
    https://www.mysql.com