~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

Merged Eric from lp:~eday/drizzle/eday-merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
#define STACK_MIN_SIZE_FOR_OPEN 1024*80
175
175
#define STACK_BUFF_ALLOC        352     ///< For stack overrun checks
176
176
 
177
 
/**
178
 
 * @TODO Move into a drizzled.h since it's only used in drizzled.cc
179
 
 *
180
 
 * @TODO Rename to DRIZZLED_NET_RETRY_COUNT
181
 
 */
182
 
#ifndef MYSQLD_NET_RETRY_COUNT
183
 
#define MYSQLD_NET_RETRY_COUNT  10      ///< Abort read after this many int.
184
 
#endif
185
177
#define TEMP_POOL_SIZE          128
186
178
 
187
179
#define QUERY_ALLOC_BLOCK_SIZE          8192
249
241
#define PRECISION_FOR_DOUBLE 53
250
242
#define PRECISION_FOR_FLOAT  24
251
243
 
252
 
/*
253
 
  Default time to wait before aborting a new client connection
254
 
  that does not respond to "initial server greeting" timely
255
 
*/
256
 
#define CONNECT_TIMEOUT         10
257
 
 
258
244
/* The following can also be changed from the command line */
259
245
#define DEFAULT_CONCURRENCY     10
260
246
#define FLUSH_TIME              0               /**< Don't flush tables */