Bug #27485 Refactoring of client code
Submitted: 27 Mar 2007 22:42 Modified: 8 Oct 2007 19:25
Reporter: Damien Katz Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S3 (Non-critical)
Version:5.1 OS:Any
Assigned to: Damien Katz CPU Architecture:Any

[27 Mar 2007 22:42] Damien Katz
Description:
While addressing bug#26346, we came across lots of code that could use refactoring.

Among other things,  we want address the use of the dyn_string in the various client libraries to terminate the process on failure, instead of silently failing like many code sites do now.

This bug report is for tracking purposes, there are no known customer issues being addressed.

How to repeat:
This is a maintenance issue.
[9 Apr 2007 20:12] 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/24088

ChangeSet@1.2562, 2007-04-09 16:12:18-04:00, dkatz@damien-katzs-computer.local +4 -0
  Bug #27485  	Refactoring of client code
[9 Apr 2007 20:42] 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/24092

ChangeSet@1.2562, 2007-04-09 16:42:02-04:00, dkatz@damien-katzs-computer.local +6 -0
  Bug #27485  	Refactoring of client code
[12 Apr 2007 20:07] Damien Katz
The scope of this bug is proving ever bigger and more complicated. Waiting to decide how to move forward.

The code checked in is just to keep from losing work in progress, though we may abandon it in favor of a larger refactoring effort.
[8 Oct 2007 19:25] Damien Katz
Closed as I'm unlikely to get around to finishing this.