~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/options.h

  • Committer: Brian Aker
  • Date: 2009-11-13 18:25:26 UTC
  • mfrom: (971.7.11 eday-dev)
  • Revision ID: brian@gaz-20091113182526-evaib6rmmndruddq
MergeĀ Eric

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#ifndef PLUGIN_OLDLIBDRIZZLE_OPTIONS_H
21
 
#define PLUGIN_OLDLIBDRIZZLE_OPTIONS_H
 
20
#ifndef PLUGIN_DRIZZLE_PROTOCOL_OPTIONS_H
 
21
#define PLUGIN_DRIZZLE_PROTOCOL_OPTIONS_H
22
22
 
23
23
#ifdef  __cplusplus
24
24
extern "C" {
87
87
#define CLIENT_COMPRESS         32      /* Can use compression protocol */
88
88
#define CLIENT_ODBC             64      /* Odbc client */
89
89
#define CLIENT_IGNORE_SPACE     256     /* Ignore spaces before '(' */
90
 
#define UNUSED_CLIENT_PROTOCOL_41       512     /* New 4.1 protocol */
 
90
#define CLIENT_PROTOCOL_MYSQL41 512     /* New 4.1 protocol */
91
91
#define CLIENT_SSL              2048    /* Switch to SSL after handshake */
92
92
#define CLIENT_IGNORE_SIGPIPE   4096    /* IGNORE sigpipes */
93
93
#define CLIENT_RESERVED         16384   /* Old flag for 4.1 protocol  */
125
125
                                               & ~CLIENT_COMPRESS) \
126
126
                                               & ~CLIENT_SSL_VERIFY_SERVER_CERT)
127
127
 
128
 
#endif /* PLUGIN_OLDLIBDRIZZLE_OPTIONS_H */
 
128
#endif /* PLUGIN_DRIZZLE_PROTOCOL_OPTIONS_H */