~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Brian Aker
  • Date: 2009-02-11 02:17:32 UTC
  • Revision ID: brian@tangent.org-20090211021732-z2ik34lajl9ipzmd
Removed some dead definitions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
/***************************************************************************
183
183
  Configuration parameters
184
184
****************************************************************************/
185
 
#define ACL_CACHE_SIZE          256
186
185
#define MAX_PASSWORD_LENGTH     32
187
 
#define HOST_CACHE_SIZE         128
188
186
#define MAX_ACCEPT_RETRY        10      // Test accept this many times
189
187
#define MAX_FIELDS_BEFORE_HASH  32
190
188
#define USER_VARS_HASH_SIZE     16
191
189
#define TABLE_OPEN_CACHE_MIN    64
192
 
#define TABLE_OPEN_CACHE_DEFAULT 64
 
190
#define TABLE_OPEN_CACHE_DEFAULT 1024
193
191
 
194
192
/*
195
193
 Value of 9236 discovered through binary search 2006-09-26 on Ubuntu Dapper