diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2022-07-29 14:48:01 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2022-07-29 14:48:01 +0200 |
commit | 61d08f74275b129c5d00daaa7856aead88f034ff (patch) | |
tree | 10606967a115d629ccf6ad8775c884f1ad519bc8 /storage/perfschema/table_tiws_by_table.h | |
parent | bee3e96da35a5811b6815c4299d87352d2bde95c (diff) | |
download | mariadb-git-61d08f74275b129c5d00daaa7856aead88f034ff.tar.gz |
mysql-5.7.39
Diffstat (limited to 'storage/perfschema/table_tiws_by_table.h')
-rw-r--r-- | storage/perfschema/table_tiws_by_table.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/perfschema/table_tiws_by_table.h b/storage/perfschema/table_tiws_by_table.h index 15f2aa7df20..ed7e5d9b235 100644 --- a/storage/perfschema/table_tiws_by_table.h +++ b/storage/perfschema/table_tiws_by_table.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, 2021, Oracle and/or its affiliates. +/* Copyright (c) 2010, 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, @@ -55,6 +55,7 @@ struct row_tiws_by_table class table_tiws_by_table : public PFS_engine_table { public: + static PFS_engine_table_share_state m_share_state; /** Table share */ static PFS_engine_table_share m_share; static PFS_engine_table* create(); |