• Elena Stepanova's avatar
    MDEV-9124 mysqldump does not dump data if table name is same as view earlier on · 2828c2be
    Elena Stepanova authored
    While querying INFORMATION SCHEMA, check for a table's engine
    only used table name, but not schema name; so, if there were different
    rows with the same table name, a wrong one could be retrieved.
    The result of the check affected the decision whether the contents
    of the table should be dumped, and whether a DELAYED option can be used.
    Fixed by adding a clause for table_schema to the query.
    2828c2be
mysqldump.result 227 KB