You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,8 @@ <h3>InnoDB</h3>
87
87
<liclass="rt">InnoDB now implements <tt>information_schema.files</tt> [<ahref="http://dev.mysql.com/worklog/task/?id=7943">1</a>]</li>
88
88
<liclass="id">Legacy InnoDB monitor tables have been removed or replaced by global configuration settings</li>
89
89
<liclass="id">InnoDB default row format now configurable [<ahref="https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html#sysvar_innodb_default_row_format">1</a>]</li>
90
+
<liclass="id">InnoDB now drops tables in a background thread [<ahref="http://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-10.html#mysqld-5-7-10-feature">1</a>]</li>
91
+
<liclass="id">Innodb tmpdir is now configurable [<ahref="http://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html#sysvar_innodb_tmpdir">1</a>]</li>
<liclass="zf">Support for <tt>IF [NOT] EXISTS</tt> clause in <tt>CREATE/DROP USER</tt> [<ahref="http://dev.mysql.com/worklog/task/?id=8540">1</a>]</li>
147
149
<liclass="id">Server option to require secure transport [<ahref="http://dev.mysql.com/worklog/task/?id=7709">1</a>]</li>
148
150
<liclass="id">Support for multiple AES Encryption modes [<ahref="http://dev.mysql.com/worklog/task/?id=6781">1</a><ahref="http://mysqlserverteam.com/understand-and-satisfy-your-aes-encryption-needs-with-5-6-17/">2</a>]</li>
151
+
<liclass="nd">Support for TLSv1.2 (with OpenSSL) and TLSv1.1 (with YaSSL) [<ahref="http://dev.mysql.com/doc/refman/5.7/en/secure-connection-protocols-ciphers.html">1</a><ahref="http://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-10.html#mysqld-5-7-10-security">2</a>]</li>
149
152
<liclass="id">Support to <tt>LOCK/UNLOCK</tt> user accounts [<ahref="http://mysqlblog.fivefarmers.com/2015/04/21/locking-accounts-in-mysql-5-7/">1</a><ahref="https://dev.mysql.com/doc/refman/5.7/en/account-locking.html">2</a>]</li>
150
153
<liclass="id">Support for password expiration policy [<ahref="https://dev.mysql.com/doc/refman/5.7/en/password-expiration-policy.html">1</a><ahref="http://mysqlblog.fivefarmers.com/2014/03/31/password-expiration-policy-in-mysql-server-5-7/">2</a>]</li>
0 commit comments