~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_check.cc

  • Committer: Brian Aker
  • Date: 2009-04-13 16:22:40 UTC
  • mfrom: (971.1.78 mordred)
  • Revision ID: brian@gaz-20090413162240-ugi3gvhofmcuglzl
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1439
1439
 
1440
1440
  if (!param->using_global_keycache)
1441
1441
    init_key_cache(dflt_key_cache, param->key_cache_block_size,
1442
 
                   param->use_buffers, 0, 0);
 
1442
                   (size_t)param->use_buffers, 0, 0);
1443
1443
 
1444
1444
  if (init_io_cache(&param->read_cache,info->dfile,
1445
1445
                    (uint) param->read_buffer_length,