~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2008-10-16 06:32:30 UTC
  • mto: (511.1.5 codestyle)
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: monty@inaugust.com-20081016063230-4brxsra0qsmsg84q
Added -Wunused-macros.

Show diffs side-by-side

added added

removed removed

Lines of Context:
679
679
dict_index_get_nth_field(
680
680
/*=====================*/
681
681
                                /* out: pointer to field object */
682
 
        dict_index_t*   index,  /* in: index */
 
682
        const dict_index_t*     index,  /* in: index */
683
683
        ulint           pos);   /* in: position of field */
684
684
/************************************************************************
685
685
Gets pointer to the nth column in an index. */