~jobinau/drizzle/mingwport

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Brian Aker
  • Date: 2010-08-11 06:07:52 UTC
  • mfrom: (1698.2.4 drizzle)
  • Revision ID: brian@gaz-20100811060752-nlxybv6ch3t0dx8i
MergeĀ fromĀ staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
483
483
static const uint32_t ONCE_ALLOC_INIT= 4096;
484
484
/* Typical record cash */
485
485
static const uint32_t RECORD_CACHE_SIZE= 64*1024;
486
 
/* Typical key cash */
487
 
static const uint32_t KEY_CACHE_SIZE= 8*1024*1024;
488
 
 
489
 
/* Default size of a key cache block  */
490
 
static const uint32_t KEY_CACHE_BLOCK_SIZE= 1024;
491
486
 
492
487
 
493
488
/* Some things that this system doesn't have */