Bug #24486 | Valgrind warnings: sp_head(), deadlock_innodb:events_grant | ||
---|---|---|---|
Submitted: | 21 Nov 2006 21:19 | Modified: | 28 Nov 2006 21:49 |
Reporter: | Lars Thalmann | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.1 | OS: | |
Assigned to: | Konstantin Osipov | CPU Architecture: | Any |
[21 Nov 2006 21:19]
Lars Thalmann
[23 Nov 2006 5:57]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/15746 ChangeSet@1.2371, 2006-11-23 06:57:24+01:00, mats@romeo.(none) +1 -0 BUG#24486 (valgrind warning: write(buf) points to uninitialized bytes): Patch to fix valgrind warning that uninitialized bytes were written. The warning was caused by set_default(), which assumes that the field pointer is pointing into record[0], while all other functions honors the move_field_offset().
[23 Nov 2006 9:10]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/15748 ChangeSet@1.2371, 2006-11-23 10:09:39+01:00, mats@romeo.(none) +1 -0 BUG#24486 (valgrind warning: write(buf) points to uninitialized bytes): Patch to fix valgrind warning that uninitialized bytes were written. The warning was caused by set_default(), which assumes that the field pointer is pointing into record[0], while all other functions honors the move_field_offset().
[23 Nov 2006 9:16]
Mats Kindahl
Patches submitted to bug was actually for BUG#24533.
[27 Nov 2006 15:13]
Konstantin Osipov
Was not able to repeat the bug on my host. Trying nocona.
[27 Nov 2006 15:57]
Konstantin Osipov
OK, the memory leak is in events_bugs.test, I was able to reproduce it on nocona and my host.
[28 Nov 2006 17:54]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/16000 ChangeSet@1.2374, 2006-11-28 20:52:48+03:00, kostja@bodhi.local +1 -0 A fix for Bug#24486 "Valgrind warnings: sp_head(), deadlock_innodb:events_grant". This was a memory leak introduced by the patch for Bug 22830
[28 Nov 2006 18:37]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/16012 ChangeSet@1.2374, 2006-11-28 21:35:20+03:00, kostja@bodhi.local +1 -0 A fix for Bug#24486 "Valgrind warnings: sp_head(), deadlock_innodb:events_grant". This was a memory leak introduced by the patch for Bug 22830. Post-review fixes.
[28 Nov 2006 21:49]
Konstantin Osipov
Pushed into 5.1-main tree. No documentation entry needed.