~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/mysqladmin.cc

Merging trunk changes from over weekend.

Show diffs side-by-side

added added

removed removed

Lines of Context:
403
403
  free_defaults(save_argv);
404
404
  my_end(my_end_arg);
405
405
  exit(error ? 1 : 0);
406
 
  return 0;
407
406
}
408
407
 
409
408