~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlebinlog.cc

  • Committer: Monty Taylor
  • Date: 2008-09-14 19:39:48 UTC
  • mfrom: (383.1.43 client-split)
  • Revision ID: monty@inaugust.com-20080914193948-ns2p0lts4qtsqx7n
Merged from client-split.

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);