Commit 63e6d60d authored by Barry Perlman's avatar Barry Perlman Committed by Yoni Fogel

[t:3988] #3988 Add cleaner_executions to handlerton display of engine status. ...

[t:3988] #3988 Add cleaner_executions to handlerton display of engine status.  Deleted maybe_get_and_pin_if_in_memorys from header.  Improved engine status display on crash.

git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@37054 c7de825b-a66e-492c-adef-691d508d4ae1
parent f7b2df73
......@@ -1245,6 +1245,7 @@ static bool tokudb_show_engine_status(THD * thd, stat_print_fn * stat_print) {
snprintf(buf, bufsiz, "%" PRIu64, engstat.search_tries_gt_heightplus3);
STATPRINT("search_tries_gt_heightplus3", buf);
showval(cleaner_executions);
showval(cleaner_total_nodes);
showval(cleaner_h1_nodes);
showval(cleaner_hgt1_nodes);
......
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