• Marko Mäkelä's avatar
    MDEV-17187: Code cleanup · e279c007
    Marko Mäkelä authored
    fkerr_t: Errors for the foreign key checks. Replaces ulint,
    which used #define that looked like dberr_t literals.
    
    wsrep_dict_foreign_find_index(): Remove. Use
    dict_foreign_find_index() instead, with default parameters.
    
    dict_foreign_push_index_error(): Do not add redundant quotes
    around quoted table names.
    e279c007
dict0dict.h 69.5 KB