~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/include/buf0buf.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:
929
929
                        /* out: the folded value */
930
930
        ulint   space,  /* in: space id */
931
931
        ulint   offset) /* in: offset of the page within space */
932
 
        __attribute__((const));
 
932
        __attribute__((__const__));
933
933
/**********************************************************************
934
934
Returns the control block of a file page, NULL if not found. */
935
935
UNIV_INLINE