Skip to content

Commit

Permalink
Fix merge error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lindström committed Aug 4, 2015
1 parent 9a5787d commit d71b584
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions storage/xtradb/dict/dict0dict.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3453,6 +3453,10 @@ dict_foreign_find_index(
index, types_idx,
check_charsets, check_null,
error, err_col_no,err_index)) {
if (error) {
*error = DB_SUCCESS;
}

return(index);
}

Expand Down

0 comments on commit d71b584

Please sign in to comment.