~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlebinlog.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:
1211
1211
    remote_opt= 1;
1212
1212
    break;
1213
1213
  case OPT_DRIZZLE_PROTOCOL:
1214
 
    opt_protocol= find_type_or_exit(argument, &sql_protocol_typelib,
1215
 
                                    opt->name);
1216
1214
    break;
1217
1215
  case OPT_START_DATETIME:
1218
1216
    start_datetime= convert_str_to_timestamp(start_datetime_str);