~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_hash.c

  • Committer: Brian Aker
  • Date: 2008-12-05 07:03:50 UTC
  • Revision ID: brian@tangent.org-20081205070350-gvef0krbqgx3kv08
More solaris bits

Show diffs side-by-side

added added

removed removed

Lines of Context:
841
841
}
842
842
 
843
843
 
844
 
uint32_t hp_rb_key_length(HP_KEYDEF *keydef, 
845
 
                      const unsigned char *key __attribute__((unused)))
 
844
uint32_t hp_rb_key_length(HP_KEYDEF *keydef, const unsigned char *not_used)
846
845
{
 
846
  (void)not_used;
847
847
  return keydef->length;
848
848
}
849
849