~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common.h

Further drizzleclient cleanup. Starting to move all NET related functions into Protocol, removed some dead code, removing drizzleclient dependencies spread throughout drizzled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
364
364
#define NET_HEADER_SIZE 4               /* standard header size */
365
365
#define COMP_HEADER_SIZE 3              /* compression header extra size */
366
366
 
367
 
 
368
 
#define NULL_LENGTH UINT32_MAX /* For drizzleclient_net_store_length */
369
 
 
370
367
#endif