Path to this page:
Subject: CVS commit: pkgsrc/databases
From: Adam Ciarcinski
Date: 2017-04-11 22:49:15
Message id: 20170411204916.1A482FBE4@cvs.NetBSD.org
Log Message:
Changes 5.7.18:
* Windows builds now use the default runtime libraries (builds use the /MD flag).
* CMake support was added for compiling with Developer Studio 12.6.
* MySQL failed to compile if -DENABLE_DEBUG_SYNC=OFF AND -DWITH_DEBUG=ON were \
both given. The ENABLE_DEBUG_SYNC option has been removed and enabling \
WITH_DEBUG enables Debug Sync.
* The --temp-pool server option is deprecated and will be removed in MySQL 8.0.
* Support for DTrace is deprecated and is removed in MySQL 8.0.
* Changes in RPM package structure require a larger set of packages to be \
removed to install MySQL Server cleanly.
* To avoid potential race conditions, Debian packages now use the GNU install \
utility rather than a combination of mkdir, touch, and chown.
* The my-default.cnf.sh file (used to produce a default my-default.cnf or \
my-default.ini file) is no longer included in source distributions and \
my-default.cnf and my-default.ini are no longer included in or installed by \
distribution packages.
* Reminder: MySQL 5.7 requires the Microsoft Visual C++ 2013 Redistributable \
Package to run on Windows platforms. Users should make sure the package has been \
installed on the system before starting the server. The package is available at \
the Microsoft Download Center.
* PROCEDURE ANALYSE() syntax is now deprecated and is removed in MySQL 8.0.
* The use of \N as a synonym for NULL in SQL statements is deprecated and is \
removed in MySQL 8.0. Use NULL instead.
* The linked OpenSSL library for the MySQL Commercial Server has been updated to \
version 1.0.2k.
Files: