diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2022-08-02 09:34:15 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2022-08-02 09:34:15 +0200 |
commit | b043e1098e3575f6e91882ab7b6b254327a2865b (patch) | |
tree | ccc06f38301a8e4dcaade49dee57faeaa45cdb98 /storage/perfschema/table_uvar_by_thread.h | |
parent | 4d0c53a3276da82e84d477c5a94bf40083f06cbf (diff) | |
parent | 61d08f74275b129c5d00daaa7856aead88f034ff (diff) | |
download | mariadb-git-b043e1098e3575f6e91882ab7b6b254327a2865b.tar.gz |
Merge branch 'merge-perfschema-5.7' into 10.5
Diffstat (limited to 'storage/perfschema/table_uvar_by_thread.h')
-rw-r--r-- | storage/perfschema/table_uvar_by_thread.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/perfschema/table_uvar_by_thread.h b/storage/perfschema/table_uvar_by_thread.h index cd20897743d..82faf1a52ec 100644 --- a/storage/perfschema/table_uvar_by_thread.h +++ b/storage/perfschema/table_uvar_by_thread.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, 2021, Oracle and/or its affiliates. +/* Copyright (c) 2013, 2022, Oracle and/or its affiliates. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2.0, @@ -148,6 +148,7 @@ class table_uvar_by_thread : public PFS_engine_table typedef pos_uvar_by_thread pos_t; public: + static PFS_engine_table_share_state m_share_state; /** Table share */ static PFS_engine_table_share m_share; static PFS_engine_table* create(); |