1376
1376
{"prompt", OPT_PROMPT, N_("Set the drizzle prompt to this value."),
1377
1377
(char**) ¤t_prompt, (char**) ¤t_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},
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},