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);
396
398
int drizzleclient_store_result_for_lazy(drizzle_result_st *result);
398
401
void tee_fprintf(FILE *file, const char *fmt, ...);
399
402
void tee_fputs(const char *s, FILE *file);
400
403
void tee_puts(const char *s, FILE *file);