~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common.h

  • Committer: Monty Taylor
  • Date: 2009-02-08 11:11:30 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mordred@inaugust.com-20090208111130-futpwptxv5he3boe
Renamed non-prefixed things from libdrizzleclient to drizzleclient.

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