~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Lee Bieber
  • Date: 2010-12-23 02:14:02 UTC
  • mfrom: (2021.1.2 build)
  • Revision ID: kalebral@gmail.com-20101223021402-o4zhdsv3x8s0q6pz
Merge Stewart - Update innobase plugin to be based on innodb 1.1.4 from MySQL 5.5.8 
Merge Marisa - fixed markup in 'administrative.rst', which was throwing an error in the build

Show diffs side-by-side

added added

removed removed

Lines of Context:
2076
2076
        /* Replace this index with another equivalent index for all
2077
2077
        foreign key constraints on this table where this index is used */
2078
2078
 
2079
 
        dict_table_replace_index_in_foreign_list(table, index);
 
2079
        dict_table_replace_index_in_foreign_list(table, index, trx);
2080
2080
        dict_index_remove_from_cache(table, index);
2081
2081
 
2082
2082
        trx->op_info = "";