~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2008-12-03 10:43:40 UTC
  • mto: (641.3.1 devel)
  • mto: This revision was merged to the branch mainline in revision 642.
  • Revision ID: mordred@solanthus.local-20081203104340-lrhsysgyzr7rkw77
Innodb plugin 1.0.2 compiles now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1060
1060
                                dbname '/' tablename */
1061
1061
        const char*     name2); /* in: table name in the form
1062
1062
                                dbname '/' tablename */
1063
 
/*************************************************************************
1064
 
Removes an index from the cache */
1065
 
UNIV_INTERN
1066
 
void
1067
 
dict_index_remove_from_cache(
1068
 
/*=========================*/
1069
 
        dict_table_t*   table,  /* in/out: table */
1070
 
        dict_index_t*   index); /* in, own: index */
1071
1063
/**************************************************************************
1072
1064
Get index by name */
1073
1065
UNIV_INTERN