Bug #27495 Missing implementation of NdbTransaction::executeAsynch()
Submitted: 28 Mar 2007 10:36 Modified: 30 Apr 2007 9:48
Reporter: Kristian Nielsen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: NDB API Severity:S3 (Non-critical)
Version:mysql-5.0-bk, mysql-5.1-bk OS:Any (Any)
Assigned to: Kristian Nielsen CPU Architecture:Any

[28 Mar 2007 10:36] Kristian Nielsen
Description:
The method NdbTransaction::executeAsynch() is declared in the header, but has no
implementation.

How to repeat:
Compile a program referencing NdbTransaction::executeAsynch(); linking will fail
with unresolved symbol error.

Suggested fix:
I will commit a patch that adds the missing implementation.
[28 Mar 2007 11:58] 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/23137

ChangeSet@1.2417, 2007-03-28 13:58:07+02:00, knielsen@ymer.(none) +3 -0
  BUG#27495: Missing implementation of NdbTransaction::executeAsynch().
  
  NdbTransaction::executeAsynch() was not implemented. Add implementation.
[28 Mar 2007 13:02] 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/23142

ChangeSet@1.2417, 2007-03-28 15:02:07+02:00, knielsen@ymer.(none) +4 -0
  BUG#27495: Missing implementation of NdbTransaction::executeAsynch().
  
  NdbTransaction::executeAsynch() was not implemented. Add implementation.
[25 Apr 2007 7:27] 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/25369

ChangeSet@1.2401, 2007-04-25 09:23:28+02:00, knielsen@ymer.(none) +4 -0
  BUG#27495: Missing implementation of NdbTransaction::executeAsynch().
  
  NdbTransaction::executeAsynch() was not implemented. Add implementation.
[25 Apr 2007 19:10] Kristian Nielsen
Pushed to mysql-5.0-ndb, mysql-5.1-new-ndb, mysql-5.0-telco-gca, and mysql-5.1-telco-gca.
[28 Apr 2007 19:35] Bugs System
Pushed into 5.1.18-beta
[28 Apr 2007 19:36] Bugs System
Pushed into 5.0.42
[30 Apr 2007 9:48] Jon Stephens
This method is in a block of NdbTransaction.hpp that currently tagged with DOXYGEN_SHOULD_SKIP_INTERNAL.

It will be documented in the near future along with all other API interfaces that are also currently marked as "internal only" and are to be added to the public documentation.