• Sergei Golubchik's avatar
    store/show vcols as item->print() · a411d7f4
    Sergei Golubchik authored
    otherwise we'd need to store sql_mode *per vcol*
    (consider CREATE INDEX...) and how SHOW CREATE TABLE would
    support that?
    
    Additionally, get rid of vcol::expr_str, just to make sure
    the string is always generated and never leaked in the
    original form.
    a411d7f4
item.h 187 KB