• Igor Babaev's avatar
    Fixed bug mdev-354. · 0c69f220
    Igor Babaev authored
    Virtual columns of ENUM and SET data types were not supported properly
    in the original patch that introduced virtual columns into MariaDB 5.2.
    The problem was that for any  virtual column the patch used the 
    interval_id field of the definition of the column in the frm file as
    a reference to the virtual column expression.
    The fix stores the optional interval_id of the virtual column in the
    extended header of the virtual column expression. 
    0c69f220
unireg.cc 35.8 KB