~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle.h

  • Committer: Monty Taylor
  • Date: 2008-09-14 18:54:32 UTC
  • mto: This revision was merged to the branch mainline in revision 387.
  • Revision ID: monty@inaugust.com-20080914185432-n0o4tpyaubaljd7d
Removed more mysys stuff.
Removed defaults file processing from libdrizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
  unsigned int connect_timeout, read_timeout, write_timeout;
124
124
  unsigned int port, protocol;
125
125
  unsigned long client_flag;
126
 
  char *host,*user,*password,*unix_socket,*db;
127
 
  struct st_dynamic_array *init_commands;
 
126
  char *host,*user,*password,*db;
128
127
  char *my_cnf_file,*my_cnf_group;
129
128
  char *ssl_key;        /* PEM key file */
130
129
  char *ssl_cert;        /* PEM cert file */