Bug #63730 | Update different rows of table in Function will cause 'Lock Wait Timeout' | ||
---|---|---|---|
Submitted: | 13 Dec 2011 9:53 | Modified: | 19 Dec 2011 6:57 |
Reporter: | wei liu | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Locking | Severity: | S3 (Non-critical) |
Version: | mysql-5.1.56 ndb-7.1.15 | OS: | Solaris (sol10) |
Assigned to: | CPU Architecture: | Any | |
Tags: | 1205, err, FUNCTION, lock, non-index, UPDATE |
[13 Dec 2011 9:53]
wei liu
[13 Dec 2011 9:59]
wei liu
test procedure 2
Attachment: prc_lock_test2.sql (application/octet-stream, text), 528 bytes.
[16 Dec 2011 18:15]
Sveta Smirnova
Thank you for the report. This is duplicate of bug #44613 fix for which will not be backported into 5.1. Please use workaround until Cluster based on 5.5 will be General Available.
[19 Dec 2011 6:57]
wei liu
It's different with bug#44613: 1. the engine of this issue is NDB, and it will not happen in innodb. 2. it seems that it caused by the 'update' of function, but not 'select'. 3. it did not use 'transaction' in the test function. please review it again, thanks very much.