~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_keycache.c

  • Committer: Monty Taylor
  • Date: 2009-01-23 07:27:09 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 816.
  • Revision ID: mordred@inaugust.com-20090123072709-x3glaj1pd0b8xk7u
More cleanup.

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