Bug #8752 | Multi table updates in stored procedure hangs the server | ||
---|---|---|---|
Submitted: | 23 Feb 2005 22:45 | Modified: | 14 Apr 2005 5:11 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.0.2-alpha-max-log | OS: | Windows (WinXp Professional) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[23 Feb 2005 22:45]
[ name withheld ]
[23 Feb 2005 22:48]
[ name withheld ]
** Multi-table updates in a stored procedure hangs the server
[23 Feb 2005 22:51]
MySQL Verification Team
This is related to the bug #6950.
[23 Feb 2005 23:03]
MySQL Verification Team
Sorry I tested with newer version and the client hangs not the server. I will try it with the latest BK source. Thank you for the bug report.
[12 Apr 2005 15:24]
Per-Erik Martin
The new table locking scheme has change the behaviour, so now you get ERROR 1099 (HY000): Table 't1' was locked with a READ lock and can't be updated
[14 Apr 2005 5:11]
Dmitry Lenev
Hi! Thank you for reporting this! Actually there are two separate issues here: 1) Problem with locks which was introduced by new SP-locking implementation. 2) Successfull execution of multi-update in SP causes connection stall. Both these issues were also reported as bug #9486 for which I just have proposed fix. So I will mark this bug report as duplicate.