~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

MergeĀ fromĀ trunk

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. */