~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mf_keycache.cc

  • Committer: Brian Aker
  • Date: 2009-10-12 06:15:02 UTC
  • mfrom: (1165.1.178 static-functions)
  • Revision ID: brian@gaz-20091012061502-cds4m0cya7ow8sj7
Merge Stewart

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
#include <errno.h>
111
111
#include <stdarg.h>
112
112
 
 
113
static void change_key_cache_param(KEY_CACHE *keycache, uint32_t division_limit,
 
114
                            uint32_t age_threshold);
 
115
 
113
116
/*
114
117
  Some compilation flags have been added specifically for this module
115
118
  to control the following:
572
575
    age_threshold.
573
576
*/
574
577
 
575
 
void change_key_cache_param(KEY_CACHE *keycache, uint32_t division_limit,
 
578
static void change_key_cache_param(KEY_CACHE *keycache, uint32_t division_limit,
576
579
                            uint32_t age_threshold)
577
580
{
578
581
  keycache_pthread_mutex_lock(&keycache->cache_lock);