Skip to content

Commit

Permalink
MDEV-6759: innodb valgrind failures
Browse files Browse the repository at this point in the history
Fix failure seen on dict_foreign_remove_partial.
  • Loading branch information
Jan Lindström committed Oct 27, 2014
1 parent 0a16fe4 commit 9646f94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion storage/innobase/dict/dict0dict.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,6 @@ struct dict_foreign_remove_partial
if (table != NULL) {
table->referenced_set.erase(foreign);
}
dict_foreign_free(foreign);
}
};

Expand Down
1 change: 0 additions & 1 deletion storage/xtradb/dict/dict0dict.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,6 @@ struct dict_foreign_remove_partial
if (table != NULL) {
table->referenced_set.erase(foreign);
}
dict_foreign_free(foreign);
}
};

Expand Down

0 comments on commit 9646f94

Please sign in to comment.