~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/row/row0ins.c

[patch 085/129] Merge patch for revision 1884 from InnoDB SVN:
revno: 1884
revision-id: svn-v4:16c675df-0fcb-4bc9-8058-dcc011a37293:branches/zip:6029
parent: svn-v4:16c675df-0fcb-4bc9-8058-dcc011a37293:branches/zip:6028
committer: calvin
timestamp: Wed 2009-09-30 19:32:02 +0000
message:
  branches/zip: non-functional changes
  
  Fix typo.
modified:
  include/row0ins.h              2@16c675df-0fcb-4bc9-8058-dcc011a37293:trunk%2Finclude%2Frow0ins.h
  row/row0ins.c                  2@16c675df-0fcb-4bc9-8058-dcc011a37293:trunk%2Frow%2Frow0ins.c
  trx/trx0trx.c                  2@16c675df-0fcb-4bc9-8058-dcc011a37293:trunk%2Ftrx%2Ftrx0trx.c
diff:
=== modified file 'include/row0ins.h'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1192
1192
/*=============================*/
1193
1193
        ibool           check_ref,/*!< in: TRUE if we want to check that
1194
1194
                                the referenced table is ok, FALSE if we
1195
 
                                want to to check the foreign key table */
 
1195
                                want to check the foreign key table */
1196
1196
        dict_foreign_t* foreign,/*!< in: foreign constraint; NOTE that the
1197
1197
                                tables mentioned in it must be in the
1198
1198
                                dictionary cache if they exist at all */