• Sergei Golubchik's avatar
    MDEV-14023 10.1 InnoDB tables with virtual columns cannot be accessed in 10.2 · f9066dc3
    Sergei Golubchik authored
    in 10.1 innodb was basically ignoring virtual columns. In particular,
    information about them was not stored in system tables. To make 10.1
    table usable in 10.2 it needs to be rebuilt to have virtual colunm
    metadata properly recreated.
    
    See also a followup:
    MDEV-14046 Allow ALGORITHM=INPLACE for 10.1 tables that contain virtual columns
    f9066dc3
handler0alter.cc 248 KB