• Aleksey Midenkov's avatar
    MDEV-24176 Preparations · c02ebf35
    Aleksey Midenkov authored
    1. moved fix_vcol_exprs() call to open_table()
    
    mysql_alter_table() doesn't do lock_tables() so it cannot win from
    fix_vcol_exprs() from there. Tests affected: main.default_session
    
    2. Vanilla cleanups and comments.
    c02ebf35
sql_base.cc 299 KB