~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Andrew Hutchings
  • Date: 2011-01-16 11:16:55 UTC
  • mto: (2094.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2095.
  • Revision ID: andrew@linuxjedi.co.uk-20110116111655-pojboeq1ooczkgd0
Remove max-connect-error variables since it is completely unused

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
/* The following can also be changed from the command line */
198
198
#define DEFAULT_CONCURRENCY     10
199
199
#define FLUSH_TIME              0               /**< Don't flush tables */
200
 
#define MAX_CONNECT_ERRORS      10              ///< errors before disabling host
201
200
 
202
201
/* Bits from testflag */
203
202
enum test_flag_bit