~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_keycache.c

  • Committer: Brian Aker
  • Date: 2009-01-28 19:37:25 UTC
  • mfrom: (779.3.11 devel)
  • Revision ID: brian@tangent.org-20090128193725-pz7g7dnp2dx0863e
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    #  Error code
47
47
*/
48
48
 
49
 
int mi_assign_to_key_cache(MI_INFO *info,
50
 
                           uint64_t key_map __attribute__((unused)),
 
49
int mi_assign_to_key_cache(MI_INFO *info, uint64_t key_map,
51
50
                           KEY_CACHE *key_cache)
52
51
{
 
52
  (void)key_map;
53
53
  int error= 0;
54
54
  MYISAM_SHARE* share= info->s;
55
55