Bug #11424 | Stored procedures are not working when binary logging is enabled | ||
---|---|---|---|
Submitted: | 18 Jun 2005 7:29 | Modified: | 13 Jul 2005 17:52 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S2 (Serious) |
Version: | 5.0.7 | OS: | Linux (Linux i86) |
Assigned to: | Paul DuBois | CPU Architecture: | Any |
[18 Jun 2005 7:29]
[ name withheld ]
[13 Jul 2005 17:44]
Patrick Leary
you must add log_bin_trust_routine_creators to your ini (Win) or cnf (other platforms) file. This will allow anyone to create functions or stored procedures even if they don't have SUPER privilege. So, think about the security concequence before you turn on that variable.
[13 Jul 2005 17:52]
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 product(s). Additional info: Stored routine use with respect to binary logging now is documented here: http://dev.mysql.com/doc/mysql/en/stored-procedure-logging.html