Commit 12e9e625 authored by Barry Perlman's avatar Barry Perlman Committed by Yoni Fogel

Closes [t:2753] Fix typo in engine status.

git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@21332 c7de825b-a66e-492c-adef-691d508d4ae1
parent be56644d
......@@ -1048,7 +1048,7 @@ static bool tokudb_show_engine_status(THD * thd, stat_print_fn * stat_print) {
snprintf(buf, bufsiz, "%" PRIu64, engstat.loader_create);
STATPRINT("loader create (success)", buf);
snprintf(buf, bufsiz, "%" PRIu64, engstat.loader_create_fail);
STATPRINT("loader create fail)", buf);
STATPRINT("loader create fail", buf);
snprintf(buf, bufsiz, "%" PRIu64, engstat.loader_put);
STATPRINT("loader put", buf);
snprintf(buf, bufsiz, "%" PRIu64, engstat.loader_close);
......
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