~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/options.h

Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef PLUGIN_DRIZZLE_PROTOCOL_OPTIONS_H
21
21
#define PLUGIN_DRIZZLE_PROTOCOL_OPTIONS_H
22
22
 
23
 
namespace plugin
24
 
{
25
23
namespace drizzle_protocol
26
24
{
27
25
 
122
120
                                               & ~CLIENT_COMPRESS) \
123
121
                                               & ~CLIENT_SSL_VERIFY_SERVER_CERT)
124
122
 
125
 
}
126
 
}
 
123
} /* namespace drizzle_protocol */
 
124
 
127
125
#endif /* PLUGIN_DRIZZLE_PROTOCOL_OPTIONS_H */