Commit d71b5840 authored by Jan Lindström's avatar Jan Lindström

Fix merge error.

parent 9a5787db
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment