~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common.h

  • Committer: Brian Aker
  • Date: 2009-02-08 12:39:10 UTC
  • mfrom: (840.1.21 devel)
  • Revision ID: brian@tangent.org-20090208123910-gaodow8xvkw9ed4l
Merging Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
394
394
#define COMP_HEADER_SIZE 3              /* compression header extra size */
395
395
 
396
396
 
397
 
#define NULL_LENGTH UINT32_MAX /* For net_store_length */
 
397
#define NULL_LENGTH UINT32_MAX /* For drizzleclient_net_store_length */
398
398
 
399
399
#endif