~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleslap.cc

  • Committer: Monty Taylor
  • Date: 2008-09-15 00:46:33 UTC
  • mfrom: (383.1.55 client-split)
  • Revision ID: monty@inaugust.com-20080915004633-fmjw27fi41cxs35w
Merged from client-split.

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
const char *opt_csv_str;
173
173
File csv_file;
174
174
 
175
 
static uint opt_protocol= DRIZZLE_PROTOCOL_TCP;
176
 
 
177
175
static int get_options(int *argc,char ***argv);
178
176
static uint opt_drizzle_port= 0;
179
177
 
2467
2465
 
2468
2466
  if (opt_compress)
2469
2467
    drizzle_options(drizzle,DRIZZLE_OPT_COMPRESS,NullS);
2470
 
  /* We always do opt_protocol to TCP/IP */
2471
 
  drizzle_options(drizzle,DRIZZLE_OPT_PROTOCOL,(char*)&opt_protocol);
2472
2468
 
2473
2469
  for (x= 0; x < 10; x++)
2474
2470
  {