• Thirunarayanan Balathandayuthapani's avatar
    MDEV-29010 Table cannot be loaded after instant ALTER · 37119cd2
    Thirunarayanan Balathandayuthapani authored
    Reason:
    ======
    - InnoDB fails to load the instant alter table metadata from
    clustered index while loading the table definition.
    The reason is that InnoDB metadata blob has the column length
    exceeds maximum fixed length column size.
    
    Fix:
    ===
    - InnoDB should treat the long fixed length column as variable
    length fields that needs external storage while initializing
    the field map for instant alter operation
    37119cd2
instant_alter_bugs.result 19.9 KB