Commit 1a7f1731 authored by Barry Perlman's avatar Barry Perlman Committed by Yoni Fogel

[t:3374] #Closes #3374 Add status counter for setting descriptor.

git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@29408 c7de825b-a66e-492c-adef-691d508d4ae1
parent c85a89ff
......@@ -1076,6 +1076,8 @@ static bool tokudb_show_engine_status(THD * thd, stat_print_fn * stat_print) {
STATPRINT("leafentry updates", buf);
snprintf(buf, bufsiz, "%" PRIu64, engstat.le_updates_broadcast);
STATPRINT("leafentry broadcast updates", buf);
snprintf(buf, bufsiz, "%" PRIu64, engstat.descriptor_set);
STATPRINT("descriptor_set", buf);
snprintf(buf, bufsiz, "%" PRIu64, engstat.multi_inserts);
STATPRINT("dictionary inserts multi", buf);
snprintf(buf, bufsiz, "%" PRIu64, engstat.multi_inserts_fail);
......
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