summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_sync_instances.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_sync_instances.h')
-rw-r--r--storage/perfschema/table_sync_instances.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/storage/perfschema/table_sync_instances.h b/storage/perfschema/table_sync_instances.h
index f1f56248a12..ce756cef50c 100644
--- a/storage/perfschema/table_sync_instances.h
+++ b/storage/perfschema/table_sync_instances.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008, 2021, Oracle and/or its affiliates.
+/* Copyright (c) 2008, 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,
@@ -59,6 +59,7 @@ struct row_mutex_instances
class table_mutex_instances : 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();
@@ -117,6 +118,7 @@ struct row_rwlock_instances
class table_rwlock_instances : 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();
@@ -169,6 +171,7 @@ struct row_cond_instances
class table_cond_instances : 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();