~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle_parameters.h

  • Committer: Monty Taylor
  • Date: 2008-09-14 22:10:23 UTC
  • mto: This revision was merged to the branch mainline in revision 388.
  • Revision ID: monty@inaugust.com-20080914221023-otz8vuui590zp5yf
Got rid of libsqlcommon and some surious defines.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
const DRIZZLE_PARAMETERS * drizzle_get_parameters(void);
38
38
 
39
 
#if !defined(DRIZZLE_SERVER)
40
 
#define max_allowed_packet (*drizzle_get_parameters()->p_max_allowed_packet)
41
 
#define net_buffer_length (*drizzle_get_parameters()->p_net_buffer_length)
42
 
#endif
43
 
 
44
39
#ifdef  __cplusplus
45
40
}
46
41
#endif