~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/mysqladmin.cc

  • Committer: Brian Aker
  • Date: 2008-07-05 19:24:24 UTC
  • mfrom: (53.2.8 codestyle)
  • Revision ID: brian@tangent.org-20080705192424-3uslywtteymm7xqy
First pass of removing BIT_TYPE

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