Skip to content
  • Anirudh Mangipudi's avatar
    cd3b2ac9
    BUG#14117025: UNABLE TO RESTORE DUMP · cd3b2ac9
    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.
    cd3b2ac9
    BUG#14117025: UNABLE TO RESTORE DUMP
    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.
Loading