~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.cc

Merge Stewart - remove the unbalanced my_end() call from drizzledump

Show diffs side-by-side

added added

removed removed

Lines of Context:
477
477
  if (md_result_file && md_result_file != stdout)
478
478
    fclose(md_result_file);
479
479
  opt_password.erase();
480
 
  internal::my_end();
481
480
}
482
481
 
483
482