~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlecheck.cc

  • Committer: Monty Taylor
  • Date: 2008-09-14 18:54:32 UTC
  • mto: This revision was merged to the branch mainline in revision 387.
  • Revision ID: monty@inaugust.com-20080914185432-n0o4tpyaubaljd7d
Removed more mysys stuff.
Removed defaults file processing from libdrizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
    break;
283
283
  case 'V': print_version(); exit(0);
284
284
  case OPT_DRIZZLE_PROTOCOL:
285
 
    opt_protocol= find_type_or_exit(argument, &sql_protocol_typelib,
286
 
                                    opt->name);
287
285
    break;
288
286
  }
289
287
  return 0;