~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.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:
357
357
  if (ignore_errors)
358
358
    return;
359
359
  delete db_connection;
360
 
  if (destination_connection)
361
 
    delete destination_connection;
 
360
  delete destination_connection;
362
361
  free_resources();
363
362
  exit(error);
364
363
}
838
837
  */
839
838
err:
840
839
  delete db_connection;
841
 
  if (destination_connection)
842
 
    delete destination_connection;
 
840
  delete destination_connection;
843
841
  if (path.empty())
844
842
    write_footer(md_result_file);
845
843
  free_resources();