Bug #44251 | Slave Server crash on when executing SP statements in slave | ||
---|---|---|---|
Submitted: | 13 Apr 2009 23:30 | Modified: | 14 Apr 2009 3:35 |
Reporter: | Venu Anuganti | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S2 (Serious) |
Version: | 5.0.77 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | COllation bug, Slave crash for stored procedure |
[13 Apr 2009 23:30]
Venu Anuganti
[14 Apr 2009 0:40]
MySQL Verification Team
Thank you for the bug report. Could you please see bug: http://bugs.mysql.com/bug.php?id=42014 which will be fixed in version 5.0.78. Thanks in advance.
[14 Apr 2009 3:33]
Venu Anuganti
Yes, thats the same problem... work around, use CAST with NAMED VARIBLES WITHIN SP like delete from foo where date(ts) = day to delete from foo where date(ts) = CAST(day as DATE)
[14 Apr 2009 3:35]
Venu Anuganti
Duplicate of bug #42014 http://bugs.mysql.com/bug.php?id=42014