~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/libdrizzle_priv.h

  • Committer: Brian Aker
  • Date: 2009-03-20 15:38:14 UTC
  • Revision ID: brian@tangent.org-20090320153814-lrr0qvs5x2ama1h2
Remove dead support for not having trans engine (just the remains of it)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include <sys/socket.h>
27
27
 
28
 
#define CLIENT_CAPABILITIES (CLIENT_LONG_PASSWORD | CLIENT_LONG_FLAG |  \
29
 
                             CLIENT_TRANSACTIONS |                      \
30
 
                             CLIENT_SECURE_CONNECTION)
 
28
#define CLIENT_CAPABILITIES (CLIENT_LONG_PASSWORD | CLIENT_LONG_FLAG | CLIENT_SECURE_CONNECTION)
31
29
 
32
30
#if !defined(__GNUC__) || (__GNUC__ == 2 && __GNUC_MINOR__ < 96)
33
31
#define __builtin_expect(x, expected_value) (x)