EVOLUTION-MANAGER
Edit File: optimize_temp_table_tokudb.result
drop table if exists t; create temporary table t (x int) engine=tokudb; optimize table t; Table Op Msg_type Msg_text test.t optimize note Table does not support optimize, doing recreate + analyze instead test.t optimize status OK drop table t;