summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_replication_group_members.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_replication_group_members.h')
-rw-r--r--storage/perfschema/table_replication_group_members.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/perfschema/table_replication_group_members.h b/storage/perfschema/table_replication_group_members.h
index 2df013fa35b..454f58de048 100644
--- a/storage/perfschema/table_replication_group_members.h
+++ b/storage/perfschema/table_replication_group_members.h
@@ -1,5 +1,5 @@
/*
- 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,
@@ -94,6 +94,7 @@ protected:
public:
~table_replication_group_members();
+ static PFS_engine_table_share_state m_share_state;
/** Table share. */
static PFS_engine_table_share m_share;
static PFS_engine_table* create();