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
<liclass="rt">Support <tt>SLAVE_TRANSACTION_RETRIES</tt> in multi-threaded slave mode [<ahref="http://dev.mysql.com/worklog/task/?id=6964">1</a>]</li>
35
-
<liclass="nd">A <tt>WAIT_FOR_EXECUTED_GTID_SET</tt> function has been introduced [<ahref="http://dev.mysql.com/worklog/task/?id=7796">1</a>]</li>
35
+
<liclass="nd">A <tt>WAIT_FOR_EXECUTED_GTID_SET</tt> function has been introduced [<ahref="http://dev.mysql.com/worklog/task/?id=7796">1</a><ahref="https://dev.mysql.com/doc/refman/5.7/en/gtid-functions.html#function_wait-for-executed-gtid-set">2</a>]</li>
36
36
<liclass="rt">Optimize GTIDs for Passive Slaves [<ahref="https://dev.mysql.com/doc/refman/5.7/en/replication-options-gtids.html#sysvar_executed_gtids_compression_period">1</a><ahref="http://dev.mysql.com/worklog/task/?id=6559">2</a>]</li>
<liclass="rt">Ability to create utility users for stored programs that can not login [<ahref="https://dev.mysql.com/doc/refman/5.7/en/mysql-no-login-plugin.html">1</a>]</li>
148
148
</ol>
149
149
</div>
@@ -215,7 +215,7 @@ <h3>Partitioning</h3>
215
215
<h3>SYS (new)</h3>
216
216
<divclass="dual-column">
217
217
<ol>
218
-
<liclass="id"><tt>SYS</tt> schema bundled by default</li>
218
+
<liclass="id"><tt>SYS</tt> schema bundled by default [<ahref="https://dev.mysql.com/worklog/task/?id=8159">1</a><ahref="https://dev.mysql.com/doc/refman/5.7/en/mysql-upgrade.html#option_mysql_upgrade_skip-sys-schema">2</a>]</li>
219
219
<liclass="id">100 new views, 21 new stored functions and 26 new stored procedures to help understand and interact with Performance Schema and Information Schema [<ahref="http://www.github.com/markleith/mysql-sys">1</a>]</li>
<liclass="rt">The <tt>mysql</tt> client now supports <tt>Ctrl+C</tt> to clear statement buffer</li>
241
-
<liclass="rt"><tt>rewrite-db</tt> option added to mysqlbinlog</li>
242
-
<liclass="rt">New utility to help setup SSL</li>
241
+
<liclass="rt"><tt>rewrite-db</tt> option added to mysqlbinlog [<ahref="http://dev.mysql.com/worklog/task/?id=6404">1</a><ahref="https://dev.mysql.com/doc/refman/5.7/en/mysqlbinlog.html#option_mysqlbinlog_rewrite-db">2</a>]</li>
242
+
<liclass="rt">New <tt>mysql_ssl_rsa_setup</tt>utility to help set up SSL [<ahref="https://dev.mysql.com/doc/refman/5.7/en/mysql-ssl-rsa-setup.html">1</a>]</li>
243
243
<liclass="rt">SSL support added to mysqlbinlog</li>
244
244
<liclass="rt">Idempotent mode added to mysqlbinlog</li>
245
245
<liclass="rt">Client <tt>--ssl</tt> changed to now force SSL</li>
@@ -257,15 +257,15 @@ <h3>Misc</h3>
257
257
<divclass="dual-column">
258
258
<ol>
259
259
<liclass="rt">Server new connection throughput improved considerably [<ahref="http://dev.mysql.com/worklog/task/?id=6606">1</a>]</li>
260
-
<liclass="id"><tt>mysql_install_db</tt> replaced by <tt>mysqld --initialize</tt></li>
261
-
<liclass="rt">Native support for syslog</li>
260
+
<liclass="id"><tt>mysql_install_db</tt> replaced by <tt>mysqld --initialize</tt> [<ahref="https://dev.mysql.com/doc/refman/5.7/en/data-directory-initialization-mysqld.html">1</a>]</li>
261
+
<liclass="rt">Native support for syslog [<ahref="http://mysqlserverteam.com/logging-with-mysql-error-logging-to-syslog-eventlog/">1</a><ahref="https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_log_syslog">2</a>]</li>
262
262
<liclass="rt">Native support for systemd</li>
263
263
<liclass="nd"><tt>disabled_storage_engines</tt> option allows a block list of engines</li>
264
-
<liclass="id"><tt>SET GLOBAL offline_mode=1</tt> [<ahref="http://dev.mysql.com/worklog/task/?id=3836">1</a>]</li>
264
+
<liclass="id"><tt>SET GLOBAL offline_mode=1</tt> [<ahref="http://dev.mysql.com/worklog/task/?id=3836">1</a><ahref="http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_offline_mode">2</a>]</li>
<liclass="rt">Server version token and check </li>
268
-
<liclass="nd"><tt>SELECT GET_LOCK()</tt> can now acquire multiple locks [<ahref="https://dev.mysql.com/worklog/task/?id=1159">1</a>]</li>
268
+
<liclass="nd"><tt>SELECT GET_LOCK()</tt> can now acquire multiple locks [<ahref="https://dev.mysql.com/worklog/task/?id=1159">1</a><ahref="https://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html#function_get-lock">2</a>]</li>
269
269
<liclass="nd">Configurable maximum statement execution time on a global and per query basis [<ahref="http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_max_execution_time">1</a><ahref="http://dev.mysql.com/doc/refman/5.7/en/optimizer-hints.html#optimizer-hints-execution-time">2</a>]</li>
270
270
<liclass="rt">Better handling of connection id rollover</li>
271
271
<liclass="rt">DTrace support [<ahref="http://dev.mysql.com/worklog/task/?id=7894">1</a>]</li>
0 commit comments