~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle.h

  • Committer: Andrey Hristov
  • Date: 2008-07-31 19:53:42 UTC
  • mto: (236.1.30 codestyle)
  • mto: This revision was merged to the branch mainline in revision 244.
  • Revision ID: ahristov@mysql.com-20080731195342-vnfhi4ex1ezpflkj
- Fix build of exotic, mostly non-western, charsets (--with-extra-charsets)

- Constify the usage of CHARSET_INFO

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
  unsigned char  *connector_fd;    /* ConnectorFd for SSL */
199
199
  char    *host,*user,*passwd,*unix_socket,*server_version,*host_info;
200
200
  char          *info, *db;
201
 
  struct charset_info_st *charset;
 
201
  const struct charset_info_st *charset;
202
202
  DRIZZLE_FIELD  *fields;
203
203
  MEM_ROOT  field_alloc;
204
204
  uint64_t affected_rows;