diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-07-03 17:31:20 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-07-03 17:31:20 +0300 |
commit | 3bd706eee258c8d86ff4de78e7e3ab81ea55b1d8 (patch) | |
tree | 18943270e470142f019be0012c6efe7d4c04ccdd /include/mysql/plugin_auth.h.pp | |
parent | c912fc30726c7e9d92c665ac424aeaa978fb5173 (diff) | |
download | mariadb-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_auth.h.pp')
-rw-r--r-- | include/mysql/plugin_auth.h.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql/plugin_auth.h.pp b/include/mysql/plugin_auth.h.pp index 40ff9a80634..14035bf1e9b 100644 --- a/include/mysql/plugin_auth.h.pp +++ b/include/mysql/plugin_auth.h.pp @@ -432,7 +432,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 }; enum enum_var_type { |