Bug #19264 | Cannot use dynamic SQL in stored routine called from scheduled event | ||
---|---|---|---|
Submitted: | 21 Apr 2006 16:03 | Modified: | 23 May 2006 23:58 |
Reporter: | Jan Kneschke | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S3 (Non-critical) |
Version: | 5.1.7/5.1BK | OS: | Windows (Windows XP/Linux) |
Assigned to: | Andrey Hristov | CPU Architecture: | Any |
[21 Apr 2006 16:03]
Jan Kneschke
[21 Apr 2006 16:04]
Jan Kneschke
added missing version information.
[21 Apr 2006 23:12]
MySQL Verification Team
Thank you for the bug report. Verified as reported on Suse Linux.
[24 Apr 2006 8:23]
Andrey Hristov
thd->client_capabilities= CLIENT_LOCAL_FILES; should be thd->client_capabilities= CLIENT_LOCAL_FILES | CLIENT_MULTI_RESULTS;
[23 May 2006 8:04]
Andrey Hristov
Fixed in 5.1.11 (the fix in the patch for bug#17619)
[23 May 2006 23:58]
Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html Additional info: Documented bugfix in 5.1.11 changelog; updated Synopsis; closed.