~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

Much closer toward UTF8 being around all the time...

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
unsigned short terminal_width= 80;
195
195
 
196
196
static uint opt_protocol= DRIZZLE_PROTOCOL_TCP;
197
 
static const CHARSET_INFO *charset_info= &my_charset_latin1;
 
197
static const CHARSET_INFO *charset_info= &my_charset_utf8_general_ci;
198
198
 
199
199
int drizzle_real_query_for_lazy(const char *buf, int length);
200
200
int drizzle_store_result_for_lazy(DRIZZLE_RES **result);