Bug #71880 log_bin_trust_function_creators disappeared from mysqld-option-tables.html
Submitted: 28 Feb 2014 13:11 Modified: 3 Mar 2014 16:22
Reporter: Elena Stepanova Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.6, 5.7 OS:Any
Assigned to: Paul DuBois CPU Architecture:Any

[28 Feb 2014 13:11] Elena Stepanova
Description:
log_bin_trust_function_creators variable/option is still present in the server and does not even seem to be deprecated: http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_log_bin_trust_f...

But it is missing from the list of options: http://dev.mysql.com/doc/refman/5.6/en/mysqld-option-tables.html

How to repeat:
Search for 'trust' on http://dev.mysql.com/doc/refman/5.6/en/mysqld-option-tables.html
[28 Feb 2014 13:49] MySQL Verification Team
Thank you for the bug report.

C:\dbs>net start mysqld56
The mysqld56 service is starting..
The mysqld56 service was started successfully.

C:\dbs>56

C:\dbs>c:\dbs\5.6\bin\mysql -uroot --port=3560 --prompt="mysql 5.6 > "
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.6.17 Source distribution

Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql 5.6 > SHOW VARIABLES LIKE "log_bin_trust_function_creators";
+---------------------------------+-------+
| Variable_name                   | Value |
+---------------------------------+-------+
| log_bin_trust_function_creators | OFF   |
+---------------------------------+-------+
1 row in set (0.01 sec)

mysql 5.6 >
[3 Mar 2014 16:22] Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.

5.6 and 5.7 were missing from the applicable-versions list.