summaryrefslogtreecommitdiff
path: root/include/mysql/plugin.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-07-03 17:31:20 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-07-03 17:31:20 +0300
commit3bd706eee258c8d86ff4de78e7e3ab81ea55b1d8 (patch)
tree18943270e470142f019be0012c6efe7d4c04ccdd /include/mysql/plugin.h
parentc912fc30726c7e9d92c665ac424aeaa978fb5173 (diff)
downloadmariadb-git-bb-10.5-MDEV-18582.tar.gz
MDEV-18582: Extend SHOW STATUS LIKE 'Innodb_%'bb-10.5-MDEV-18582
Many InnoDB internal variables and counters were only exposed in an unstructured fashion via SHOW ENGINE INNODB STATUS. Expose more variables via SHOW STATUS. Many of these were exported in XtraDB. Also, introduce SHOW_SIZE_T and use the proper size for exporting the InnoDB variables. Remove some unnecessary indirection via export_vars, and bind some variables directly. dict_sys_t::rough_size(): Replaces dict_sys_get_size() and includes the hash table sizes. This is based on a contribution by Tony Liu from ServiceNow.
Diffstat (limited to 'include/mysql/plugin.h')
-rw-r--r--include/mysql/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql/plugin.h b/include/mysql/plugin.h
index 42a95e25697..85e52a247af 100644
--- a/include/mysql/plugin.h
+++ b/include/mysql/plugin.h
@@ -177,7 +177,7 @@ enum enum_mysql_show_type
SHOW_ULONGLONG, SHOW_CHAR, SHOW_CHAR_PTR,
SHOW_ARRAY, SHOW_FUNC, SHOW_DOUBLE,
SHOW_SINT, SHOW_SLONG, SHOW_SLONGLONG, SHOW_SIMPLE_FUNC,
- SHOW_always_last
+ SHOW_SIZE_T, SHOW_always_last
};
/* backward compatibility mapping. */