• Sergei Golubchik's avatar
    MDEV-15626 Assertion on update virtual column in partitioned table · 88a0bb83
    Sergei Golubchik authored
    table.cc:
      virtual columns must be computed for INSERT, if they're part
      of the partitioning expression.
    
    this change broke gcol.gcol_partition_innodb.
    fix CHECK TABLE for partitioned tables and vcols.
    
    sql_partition.cc:
      mark prerequisite base columns in full_part_field_set
    ha_partition.cc
      initialize vcol_set accordingly
    88a0bb83
partition.test 878 Bytes