Path to this page:
Subject: CVS commit: pkgsrc/databases
From: Adam Ciarcinski
Date: 2015-04-08 12:38:48
Message id: 20150408103848.768B598@cvs.netbsd.org
Log Message:
Changes 5.6.24:
* CMake support was updated to handle CMake version 3.1.
* The server now includes its version number when it writes the initial \
âstartingâ message to the error log, to make it easier to tell which \
server instance error log output applies to. This value is the same as that \
available from the version system variable.
* ALTER TABLE did not take advantage of fast alterations that might otherwise \
apply to the operation to be performed, if the table contained temporal columns \
found to be in pre-5.6.4 format (TIME, DATETIME, and TIMESTAMP columns without \
support for fractional seconds precision).
* Statement digesting as done previously by the Performance Schema is now done \
at the SQL level regardless of whether the Performance Schema is compiled in and \
is available to other aspects of server operation that could benefit from it. \
The default space available for digesting is 1024 bytes, but can be changed at \
server startup using the max_digest_length system variable.
* Bug fixes.
Files: