~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_check.cc

  • Committer: Brian Aker
  • Date: 2010-08-09 16:50:51 UTC
  • mto: (1698.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1699.
  • Revision ID: brian@gaz-20100809165051-wd7cjrnjn65b3zdc
Use local key_Cache, global now goes away.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1432
1432
    param->testflag|=T_CALC_CHECKSUM;
1433
1433
 
1434
1434
  if (!param->using_global_keycache)
1435
 
    init_key_cache(dflt_key_cache, param->key_cache_block_size,
1436
 
                   (size_t)param->use_buffers, 0, 0);
 
1435
    assert(0);
1437
1436
 
1438
1437
  if (init_io_cache(&param->read_cache,info->dfile,
1439
1438
                    (uint) param->read_buffer_length,