~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2008-07-06 05:41:53 UTC
  • Revision ID: brian@tangent.org-20080706054153-9w5ltr9u3xt4pnro
Remove SP bits from MyISAM

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
 
        const dict_index_t*     index,  /* in: index */
 
682
        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. */