~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/options.h

  • Committer: Monty Taylor
  • Date: 2009-02-08 11:28:58 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mordred@inaugust.com-20090208112858-aouo9w2okht5r6x0
ZOMG. Renamed all the rest of the stuff in libdrizzleclient to be drizzleclient_*. I love commandline perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
  DRIZZLE_OPT_SSL_VERIFY_SERVER_CERT
42
42
};
43
43
 
44
 
struct st_drizzle_options {
 
44
struct st_drizzleclient_options {
45
45
  unsigned int connect_timeout, read_timeout, write_timeout;
46
46
  unsigned int port;
47
47
  unsigned long client_flag;