Bug #34881 Scope of log_bin_trust_function_creators differs as compared to documentation
Submitted: 27 Feb 2008 11:07 Modified: 29 Feb 2008 17:00
Reporter: Salman Rawala Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:all OS:Any
Assigned to: Jon Stephens CPU Architecture:Any
Tags: log_bin_trust_function_creators

[27 Feb 2008 11:07] Salman Rawala
Description:
In documentation, there is written that the scope of this variable is Both, i.e. Global as well as Session, but actually on accessing session scope of this variable, it returns error that the variable has only global scope.

How to repeat:
Sample Code: 
--Error 1238
SET @start_session_value = @@session.log_bin_trust_function_creators;

Output: 
SET @start_session_value = @@session.log_bin_trust_function_creators;
ERROR HY000: Variable 'log_bin_trust_function_creators' is a GLOBAL variable
[27 Feb 2008 11:18] Valeriy Kravchuk
Thank you for a bug report.
[29 Feb 2008 17:00] Jon Stephens
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.