• Monty's avatar
    Fixed flush table issue in MyISAM with CREATE ... SELECT · 15e1fbc3
    Monty authored
    When doing CREATE TABLE ... ENGINE=MyISAM SELECT ...
    the MyISAM table was not completely flushed at commit
    which gave some warnings about table not closed in the
    atomic test suite.
    
    Fixed by flushing the table in select_insert::prepare_eof().
    15e1fbc3
mi_extra.c 13.8 KB