Commit c9f8f20b authored by Zardosht Kasheff's avatar Zardosht Kasheff

refs Tokutek/mongo#399, make handlerton fix for TokuDB

parent 242044b8
......@@ -223,7 +223,7 @@ int ha_tokudb::optimize(THD * thd, HA_CHECK_OPT * check_opt) {
hc.ha = this;
hc.current_table = i;
hc.num_tables = curr_num_DBs;
error = db->hot_optimize(db, hot_poll_fun, &hc);
error = db->hot_optimize(db, NULL, NULL, hot_poll_fun, &hc);
if (error) {
goto cleanup;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment