~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/pbmslib.h

  • Committer: Monty Taylor
  • Date: 2010-07-11 16:52:34 UTC
  • mfrom: (1644.3.4 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1659.
  • Revision ID: mordred@inaugust.com-20100711165234-j78dj5uc2p3e0wwx
Merged PBMS libraries from Barry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
#define DEFAULT_PBMS_PORT PBMS_PORT
63
63
#endif
64
64
 
65
 
#ifdef DRIZZLED
66
 
#define SERVER_CON struct st_drizzle
67
 
#else
68
 
#define SERVER_CON struct st_mysql
69
 
#endif
70
 
 
71
65
/* PBMS handle types. */
72
66
typedef void *PBMS;                             // A connection handle.
73
67