2013-05-20 17:00:00 by Filip Hajny | Files touched by this commit (2) |
Log message:
Rely on mysql{55,56}-client's bl3 to restrict the dependency of server
on client. Fixes situations where a binary mysql55-server package picks up
mysql56-client as the best dependency because of the missing upper limit.
Bump PKGREVISION.
|
2013-04-20 10:06:01 by Adam Ciarcinski | Files touched by this commit (9) |
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.
|
2013-04-01 03:18:35 by Steven Drake | Files touched by this commit (1) |
Log message:
Define INSTALL_INFODIR for cmake.
|
2013-02-13 22:00:11 by Adam Ciarcinski | Files touched by this commit (37) |
Log message:
Changes 5.6.10:
http://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-10.html
|