Commit 24eb1a0a authored by Tim Callaghan's avatar Tim Callaghan Committed by Yoni Fogel

[t:2949] Final changes for engine status work. Refs #2949

git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@40894 c7de825b-a66e-492c-adef-691d508d4ae1
parent 02650298
......@@ -1133,10 +1133,6 @@ format_time(u_int64_t time64, char *buf) {
val, \
strlen(val))
#define SHOWVAL(v) \
snprintf(buf, bufsiz, "%" PRIu64, engstat.v); \
STATPRINT(#v, buf);
extern sys_var *intern_find_sys_var(const char *str, uint length, bool no_error);
static bool tokudb_show_engine_status(THD * thd, stat_print_fn * stat_print) {
......
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