~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Brian Aker
  • Date: 2010-09-16 00:58:27 UTC
  • mfrom: (1766.1.2 trunk)
  • Revision ID: brian@tangent.org-20100916005827-f339tulsvm8ww358
Merge of Brian refactor + fix for Solaris find.

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
#define FLUSH_TIME              0               /**< Don't flush tables */
198
198
#define MAX_CONNECT_ERRORS      10              ///< errors before disabling host
199
199
 
200
 
#define INTERRUPT_PRIOR 10
201
 
#define CONNECT_PRIOR   9
202
 
#define WAIT_PRIOR      8
203
 
#define QUERY_PRIOR     6
204
 
 
205
200
/* Bits from testflag */
206
201
enum test_flag_bit
207
202
{