Fix merge error.

This commit is contained in:
Jan Lindström 2015-08-04 08:33:31 +03:00
parent 9a5787db51
commit d71b584069

View File

@ -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);
}