• Kristian Nielsen's avatar
    Fix missing UNIV_INTERN on dict_table_check_foreign_keys(). · 4c07b93b
    Kristian Nielsen authored
    When UNIV_INTERN is missing in built-in XtraDB, this causes the
    innodb_plugin to call the XtraDB version of the function instead
    of its own (seen in --embedded-server test failure in Buildbot).
    This in turn causes bad things to happen in case of difference
    between XtranDB and innodb_plugin.
    4c07b93b
dict0load.c 71.4 KB