• Anirudh Mangipudi's avatar
    BUG#14117025: UNABLE TO RESTORE DUMP · 01208b5b
    Anirudh Mangipudi authored
    Problem: When a view, with a specific character set and collation, 
    is created on another view with a different character set and collation the 
    dump restoration results in an illegal mix of collations error.
    SOLUTION: To avoid this confusion of collations, the create table datatype 
    being used is hardcoded as "tinyint NOT NULL". This will not matter as the table 
    created will be dropped at runtime and specifically tinyint is used to 
    avoid hitting the row size conflicts.
    01208b5b
mysqldump.c 164 KB