summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_status_by_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_status_by_host.h')
-rw-r--r--storage/perfschema/table_status_by_host.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/perfschema/table_status_by_host.h b/storage/perfschema/table_status_by_host.h
index f1c92268b02..c697638bacf 100644
--- a/storage/perfschema/table_status_by_host.h
+++ b/storage/perfschema/table_status_by_host.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015, 2021, Oracle and/or its affiliates.
+/* Copyright (c) 2015, 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,
@@ -102,6 +102,7 @@ class table_status_by_host : public PFS_engine_table
typedef pos_status_by_host 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();