~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/libdrizzle.c

  • Committer: Monty Taylor
  • Date: 2008-10-16 06:45:16 UTC
  • mto: (511.1.6 codestyle)
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: monty@inaugust.com-20081016064516-113mzoni8z5pknw1
Done with macro warnings for client, libdrizzle and mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
unsigned int drizzle_port=0;
79
79
 
80
80
#include <errno.h>
81
 
#define SOCKET_ERROR -1
82
 
 
83
 
/*
84
 
  If allowed through some configuration, then this needs to
85
 
  be changed
86
 
*/
87
 
#define MAX_LONG_DATA_LENGTH 8192
88
 
#define unsigned_field(A) ((A)->flags & UNSIGNED_FLAG)
89
81
 
90
82
 
91
83
static DRIZZLE_PARAMETERS drizzle_internal_parameters=