MySQL is a free software and the most widely used SQL engine for data storage.
It can be used as a fast database as well as a rock-solid SGDB using a modular engine architecture.
This release is the raw source of MySQL. For various binaries check the Windows, Linux and Mac versions.
What's New in This Release: [ read full changelog ]
· Deleting a huge amount of data from InnoDB tables within a short time could cause the purge operation that flushes data from the buffer pool to stall.
· Bugs fixed.
· The --relay-log-space-limit option was sometimes ignored.
· Mishandling of NO_BACKSLASH_ESCAPES SQL mode within stored procedures on slave servers could cause replication failures.
· SHOW statements treated stored procedure, stored function, and event names as case sensitive.