~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/libdrizzle.c

  • Committer: Monty Taylor
  • Date: 2009-03-05 02:10:27 UTC
  • mfrom: (908.3.8 for-brian)
  • mto: This revision was merged to the branch mainline in revision 912.
  • Revision ID: mordred@inaugust.com-20090305021027-1nw5yl1uzulytl42
Merging stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
#include <string.h>
57
57
#include <mystrings/utf8.h>
58
58
 
59
 
 
60
 
#undef net_buffer_length
61
 
#undef max_allowed_packet
62
 
 
63
 
uint32_t     net_buffer_length= 8192;
64
 
uint32_t    max_allowed_packet= 1024L*1024L*1024L;
 
59
uint32_t net_buffer_length= 8192;
 
60
uint32_t max_allowed_packet= 1024L*1024L*1024L;
65
61
 
66
62
unsigned int drizzle_port=0;
67
63