~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

  • Committer: jay
  • Date: 2008-12-22 20:14:27 UTC
  • mfrom: (685.4.32 enable-tests)
  • Revision ID: jay@piggy.tangent.org-20081222201427-t6yc273ateslr8h7
Fresh trunk merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1376
1376
  {"prompt", OPT_PROMPT, N_("Set the drizzle prompt to this value."),
1377
1377
   (char**) &current_prompt, (char**) &current_prompt, 0, GET_STR_ALLOC,
1378
1378
   REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
1379
 
  {"protocol", OPT_DRIZZLE_PROTOCOL, N_("The protocol of connection (tcp,socket,pipe,memory)."),
1380
 
   0, 0, 0, GET_STR,  REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
1381
1379
  {"quick", 'q',
1382
1380
   N_("Don't cache result, print it row by row. This may slow down the server if the output is suspended. Doesn't use history file."),
1383
1381
   (char**) &quick, (char**) &quick, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},