summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_esms_by_user_by_event_name.h
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2022-08-02 09:34:15 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2022-08-02 09:34:15 +0200
commitb043e1098e3575f6e91882ab7b6b254327a2865b (patch)
treeccc06f38301a8e4dcaade49dee57faeaa45cdb98 /storage/perfschema/table_esms_by_user_by_event_name.h
parent4d0c53a3276da82e84d477c5a94bf40083f06cbf (diff)
parent61d08f74275b129c5d00daaa7856aead88f034ff (diff)
downloadmariadb-git-b043e1098e3575f6e91882ab7b6b254327a2865b.tar.gz
Merge branch 'merge-perfschema-5.7' into 10.5
Diffstat (limited to 'storage/perfschema/table_esms_by_user_by_event_name.h')
-rw-r--r--storage/perfschema/table_esms_by_user_by_event_name.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/perfschema/table_esms_by_user_by_event_name.h b/storage/perfschema/table_esms_by_user_by_event_name.h
index 51762be4143..85399b18622 100644
--- a/storage/perfschema/table_esms_by_user_by_event_name.h
+++ b/storage/perfschema/table_esms_by_user_by_event_name.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,
@@ -84,6 +84,7 @@ struct pos_esms_by_user_by_event_name
class table_esms_by_user_by_event_name : 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();