~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

Viewing changes to plugin/innobase/include/row0ins.h

  • Committer: Brian Aker
  • Date: 2010-10-10 02:07:52 UTC
  • mfrom: (1827.2.3 staging)
  • Revision ID: brian@tangent.org-20101010020752-ktv73isay5dxtvp3
Merge in switch on table_share_instance inheritance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
/*=============================*/
46
46
        ibool           check_ref,/*!< in: TRUE If we want to check that
47
47
                                the referenced table is ok, FALSE if we
48
 
                                want to check the foreign key table */
 
48
                                want to to check the foreign key table */
49
49
        dict_foreign_t* foreign,/*!< in: foreign constraint; NOTE that the
50
50
                                tables mentioned in it must be in the
51
51
                                dictionary cache if they exist at all */