~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_check.cc

  • Committer: Monty Taylor
  • Date: 2009-04-11 17:47:02 UTC
  • mfrom: (988.2.2 drizzle)
  • mto: (992.1.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 990.
  • Revision ID: mordred@inaugust.com-20090411174702-ar25c5jzvhh1u1mj
MergedĀ fromĀ Trond.

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,