1- Changes in 1.1.1 (not released )
1+ Changes in 1.1.1 (2017-09-22 )
22 * Disable binlog for all entrypoint client commands (#87305)
33 This was previously only done only for the script to set the root password,
44 but should be done for all client commands, or group replication will fail
55 * Add flag for logging to console (#87458)
66 Setting -e MYSQL_LOG_CONSOLE=true will make the server log to console, so the
77 server log is available through Docker's log interface. If /etc/my.cnf is
8- mounted from the host system, this has no effect.
8+ mounted from the host system, this has no effect. On 8.0, this is the default
9+ behavior.
910 * Ensure both MYSQL_USER and MYSQL_PASSWORD are set (#86982)
1011 Before, setting only one would cause the option to be silently ignored.
1112 * Read password file first and throw error if it is empty (#87025)
@@ -18,6 +19,8 @@ Changes in 1.1.1 (not released)
1819 If the MYSQL_ROOT_HOST variable is set we add an additional root user for
1920 the given host. This user was missing the PROXY privilege. We add the
2021 missing privilege so the users are identical.
22+ * MySQL Server 8.0 updated to 8.0.3-rc
23+ * MySQL Shell for 5.7 updated to 1.0.10
2124
2225Changes in 1.1.0 (2017-07-24)
2326 * Fixed broken MYSQL_ONETIME_PASSWORD support (#86523)
@@ -45,5 +48,3 @@ Known issues:
4548 healthcheck script will generate an "Access denied for healthchecker@localhost"
4649 message in the server log every time it runs. If connection throttling is
4750 enabled this could eventually cause the healthcheck to fail
48- * 5.7: Shell 1.0.9 is unable to set up innodb-cluster with the default
49- root@localhost user (#86267)
0 commit comments