~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/client_settings.h

  • Committer: Brian Aker
  • Date: 2008-08-07 16:29:49 UTC
  • mfrom: (264.1.20 codestyle)
  • Revision ID: brian@tangent.org-20080807162949-7o8eyjgdn8ms3n1a
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
#define CLIENT_CAPABILITIES (CLIENT_LONG_PASSWORD | CLIENT_LONG_FLAG |    \
20
20
                             CLIENT_SECURE_CONNECTION | CLIENT_TRANSACTIONS | \
21
 
                             CLIENT_PROTOCOL_41 | CLIENT_SECURE_CONNECTION)
 
21
                                         CLIENT_SECURE_CONNECTION)
22
22
 
23
23
#define init_sigpipe_variables
24
24
#define set_sigpipe(mysql)