• Sergei Golubchik's avatar
    cleanup: remove vcol_info->stored_in_db · 275684d8
    Sergei Golubchik authored
    it was redundant, duplicating vcol_type == VCOL_GENERATED_STORED.
    
    Note that VCOL_DEFAULT is not "stored", "stored vcol" means that after
    rnd_next or index_read/etc the field value is already in the record[0]
    and does not need to be calculated separately
    275684d8
sql_yacc.yy 594 KB