diff options
author | Sergei Golubchik <serg@mariadb.org> | 2020-02-14 16:53:53 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2020-03-10 19:24:23 +0100 |
commit | cea187e349f8a129ef8ae0a8b49bb0a138de8978 (patch) | |
tree | c35f565c2fb945ce40c993b036f251a3c5bef5f7 /sql/set_var.h | |
parent | 7ce517c95132037e8e6e2512d4191ed4e254a54e (diff) | |
download | mariadb-git-cea187e349f8a129ef8ae0a8b49bb0a138de8978.tar.gz |
perfschema sysvar instrumentation related changes
incomplete. locking issues
Diffstat (limited to 'sql/set_var.h')
-rw-r--r-- | sql/set_var.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/set_var.h b/sql/set_var.h index c4a29968818..075339c4f38 100644 --- a/sql/set_var.h +++ b/sql/set_var.h @@ -404,6 +404,8 @@ extern SHOW_COMP_OPTION have_openssl; /* Prototypes for helper functions */ +ulong get_system_variable_hash_records(void); +ulonglong get_system_variable_hash_version(void); SHOW_VAR* enumerate_sys_vars(THD *thd, bool sorted, enum enum_var_type type); int fill_sysvars(THD *thd, TABLE_LIST *tables, COND *cond); |