Bug #96002 | 'variable log_bin_trust_function_creators' -variable is "hidden". | ||
---|---|---|---|
Submitted: | 26 Jun 2019 12:36 | Modified: | 2 Sep 2019 10:25 |
Reporter: | Peter Laursen (Basic Quality Contributor) | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Options | Severity: | S3 (Non-critical) |
Version: | 8.0 - probably any recent | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[26 Jun 2019 12:36]
Peter Laursen
[26 Jun 2019 12:52]
Peter Laursen
Fixed synopsis.
[26 Jun 2019 13:10]
MySQL Verification Team
Hi Peter, Thank you for your bug report. I agree with you that this is a minor bug in SHOW VARIABLES and in our Documentation. Verified as reported.
[31 Aug 2019 16:59]
MySQL Verification Team
Works for me ;-) mysql> show global variables like 'log_bin_trust_function_creators'; +---------------------------------+-------+ | Variable_name | Value | +---------------------------------+-------+ | log_bin_trust_function_creators | OFF | +---------------------------------+-------+ 1 row in set (0.01 sec) mysql> select @@log_bin_trust_function_creators; +-----------------------------------+ | @@log_bin_trust_function_creators | +-----------------------------------+ | 0 | +-----------------------------------+ 1 row in set (0.00 sec) mysql> select version(); +-----------+ | version() | +-----------+ | 8.0.17 | +-----------+ 1 row in set (0.00 sec)
[31 Aug 2019 17:00]
MySQL Verification Team
report wrote: SHOW VARIABLES LIKE 'variable log_bin_trust_function_creators'; -- empty set yes, because that's a typo.
[31 Aug 2019 17:47]
MySQL Verification Team
documentation: https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_log_bin...
[2 Sep 2019 10:25]
Erlend Dahl
Closing, based on Shane's comments and a review from the Docs team. Note - MTR sets this variable to 1 in a .cnf file, so if you start the server using that framework, it will indeed show as 1.
[2 Sep 2019 12:26]
Jon Stephens
"Server Option, System Variable, and Status Variable Reference": https://dev.mysql.com/doc/refman/8.0/en/server-option-variable-reference.html
[2 Sep 2019 12:40]
MySQL Verification Team
Thank you, folks .....