~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/include/lock0lock.h

  • Committer: mordred
  • Date: 2008-11-02 08:47:15 UTC
  • mto: (575.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 573.
  • Revision ID: mordred@opensolaris-20081102084715-y8f52lubmqmmnxpf
A whole bunch of solaris/sun studio compile fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
531
531
                        /* out: folded value */
532
532
        ulint   space,  /* in: space */
533
533
        ulint   page_no)/* in: page number */
534
 
        __attribute__((const));
 
534
        __attribute__((__const__));
535
535
/*************************************************************************
536
536
Calculates the hash value of a page file address: used in inserting or
537
537
searching for a lock in the hash table. */