~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump_mysql.cc

  • Committer: Brian Aker
  • Date: 2010-10-28 20:31:14 UTC
  • mfrom: (1883.3.1 trunk-bug-661040)
  • mto: This revision was merged to the branch mainline in revision 1889.
  • Revision ID: brian@tangent.org-20101028203114-h08nqketge5dk9t0
Merge in Andrew

Show diffs side-by-side

added added

removed removed

Lines of Context:
578
578
DrizzleDumpDataMySQL::~DrizzleDumpDataMySQL()
579
579
{
580
580
  drizzle_result_free(result);
581
 
  if (result) delete result;
 
581
  delete result;
582
582
}
583
583
 
584
584
long DrizzleDumpDataMySQL::convertTime(const char* oldTime) const