~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/myisam_priv.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:
35
35
#undef my_write                         /* undef map from my_nosys; We need test-if-disk full */
36
36
#endif
37
37
 
 
38
/* Typical key cash */
 
39
static const uint32_t KEY_CACHE_SIZE= 8*1024*1024;
 
40
 
 
41
/* Default size of a key cache block  */
 
42
static const uint32_t KEY_CACHE_BLOCK_SIZE= 1024;
 
43
 
38
44
typedef struct st_mi_status_info
39
45
{
40
46
  drizzled::ha_rows records;                    /* Rows in table */