summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_tiws_by_index_usage.h
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2022-08-08 17:15:13 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2022-08-08 17:15:13 +0200
commit50b270525a5d2626c81425890e74d906f5515e89 (patch)
tree3500af31b2674edd9f9d621f8549b6911ab7cdec /storage/perfschema/table_tiws_by_index_usage.h
parent9cbf8ccf2990f9db8d9debee42bc9213cbb04457 (diff)
parent1d480419822b53c840de54542c1d1a0851dbe2c8 (diff)
downloadmariadb-git-50b270525a5d2626c81425890e74d906f5515e89.tar.gz
Merge branch '10.7' into 10.8
Diffstat (limited to 'storage/perfschema/table_tiws_by_index_usage.h')
-rw-r--r--storage/perfschema/table_tiws_by_index_usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/perfschema/table_tiws_by_index_usage.h b/storage/perfschema/table_tiws_by_index_usage.h
index 990f2dede66..64e08683b9b 100644
--- a/storage/perfschema/table_tiws_by_index_usage.h
+++ b/storage/perfschema/table_tiws_by_index_usage.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,
@@ -80,6 +80,7 @@ struct pos_tiws_by_index_usage : public PFS_double_index
class table_tiws_by_index_usage : 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();