• V Narayanan's avatar
    Bug#49521 SHOW CREATE TABLE on IBMDB2I tables has incorrect fk constraint format · 1704a8a9
    V Narayanan authored
    The fix inserts newline and comma characters as appropriate
    into the constraint reporting code to match the formatting
    required by SHOW CREATE TABLE. Additionally, a erroneously
    duplicated copy of check_if_incompatible_data() was removed
    from db2i_constraints.cc since the correct version is already
    in ha_ibmdb2i.cc.
    1704a8a9
db2i_constraints.cc 24.9 KB