~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/client.c

  • Committer: Monty Taylor
  • Date: 2008-09-13 20:24:20 UTC
  • mfrom: (383.1.35 drizzle)
  • Revision ID: monty@inaugust.com-20080913202420-lkj76ewbabl8ljvp
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
static int wait_for_data(int fd, int32_t timeout);
108
108
int connect_with_timeout(int fd, const struct sockaddr *name, uint namelen, int32_t timeout);
109
109
 
110
 
CHARSET_INFO *default_client_charset_info = &my_charset_latin1;
 
110
CHARSET_INFO *default_client_charset_info = &my_charset_utf8_general_ci;
111
111
 
112
112
/* Server error code and message */
113
113
unsigned int drizzle_server_last_errno;