pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Apr 20 08:06:01 UTC 2013

Modified Files:
        pkgsrc/databases/mysql56-client: Makefile.common distinfo
        pkgsrc/databases/mysql56-client/patches: patch-cmake_libutils.cmake
            patch-cmake_ssl.cmake patch-sql_CMakeLists.txt
            patch-sql_log_event.h patch-sql_mysqld.cc
        pkgsrc/databases/mysql56-server: PLIST
Removed Files:
        pkgsrc/databases/mysql56-client/patches:
            patch-storage_perfschema_unittest_CMakeLists.txt

Log Message:
Changes 5.6.11:
Replication: The functions GTID_SUBTRACT() and GTID_SUBSET() were formerly 
available in libmysqld only when it was built with replication support. Now 
these functions are always available when using this library, regardless of how 
it was built.

MySQL no longer uses the default OpenSSL compression.

There is now a distinct error code (ER_MUST_CHANGE_PASSWORD_LOGIN) for the 
error sent by the server to a client authenticating with an expired password.

mysql_config_editor now supports --port and --socket options for specifying 
TCP/IP port number and Unix socket file name.

mysqlcheck has a new --skip-database option. The option value is the name of a 
database (case sensitive) for which checks should be skipped.

mysql_upgrade uses this option to upgrade the system tables in the mysql 
database before tables in other databases: It upgrade the mysql database, then 
all databases except the mysql database. This avoids problems that can occur if 
user tables are upgraded before the system tables.

The only supported value for the innodb_mirrored_log_groups system variable is 
1, so this variable is now deprecated. Setting it to 1 at startup results in a 
warning. Setting it to a value other than 1 at startup results in an error and 
the server exits. This variable will be removed in a future release.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/mysql56-client/Makefile.common
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/mysql56-client/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/databases/mysql56-client/patches/patch-cmake_libutils.cmake \
    pkgsrc/databases/mysql56-client/patches/patch-cmake_ssl.cmake \
    pkgsrc/databases/mysql56-client/patches/patch-sql_CMakeLists.txt \
    pkgsrc/databases/mysql56-client/patches/patch-sql_log_event.h \
    pkgsrc/databases/mysql56-client/patches/patch-sql_mysqld.cc
cvs rdiff -u -r1.1 -r0 \
    
pkgsrc/databases/mysql56-client/patches/patch-storage_perfschema_unittest_CMakeLists.txt
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/mysql56-server/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index