Bug #30681 mgmapi CHECK_TIMEDOUT_RET should be DBUG_CHECK_TIMEDOUT_RET
Submitted: 29 Aug 2007 0:48 Modified: 17 Sep 2007 10:28
Reporter: Stewart Smith Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: NDB API Severity:S3 (Non-critical)
Version:5.1 OS:Any
Assigned to: Stewart Smith CPU Architecture:Any

[29 Aug 2007 0:48] Stewart Smith
Description:
On Tue, 2007-08-28 at 20:38 +0200, Jonas Oreland wrote:
mgmapi.cpp:411:CHECK_TIMEDOUT_RET(handle, in, out, NULL);
> 
> should that be DBUG_CHECK_TIMEDOUT_RET ?
> 
Yes.

How to repeat:
run debug, have something happen here, sad looking dbug output

Suggested fix:
.
[29 Aug 2007 4:55] 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/33268

ChangeSet@1.2585, 2007-08-29 14:30:21+10:00, stewart@flamingspork.com +1 -0
  [PATCH] Bug#30681 mgmapi CHECK_TIMEDOUT_RET should be DBUG_CHECK_TIMEDOUT_RET
  
  Index: ndb/storage/ndb/src/mgmapi/mgmapi.cpp
  ===================================================================
[30 Aug 2007 0:09] Stewart Smith
trivial, push to 5.1-ndb
[7 Sep 2007 19:31] Jon Stephens
Documented bugfix in mysql-5.1.22-ndb-6.2.5 changelog, left bug in PQ status pending merge to mainline 5.1.
[14 Sep 2007 16:26] Bugs System
Pushed into 5.1.23-beta
[17 Sep 2007 10:28] 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 bug fix. More information about accessing the source trees is available at

    http://dev.mysql.com/doc/en/installing-source.html

Now also documented in 5.1.23 changelog.