388
388
static string outfile("");
389
389
static FILE *PAGER, *OUTFILE;
390
390
static uint32_t prompt_counter;
392
392
static uint32_t delimiter_length= 1;
393
393
unsigned short terminal_width= 80;
395
int drizzleclient_real_query_for_lazy(const char *buf, size_t length, drizzle_result_st *result, uint32_t *error_code);
398
396
int drizzleclient_store_result_for_lazy(drizzle_result_st *result);
401
398
void tee_fprintf(FILE *file, const char *fmt, ...);
402
399
void tee_fputs(const char *s, FILE *file);
403
400
void tee_puts(const char *s, FILE *file);