summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_esgs_global_by_event_name.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_esgs_global_by_event_name.cc')
-rw-r--r--storage/perfschema/table_esgs_global_by_event_name.cc11
1 files changed, 9 insertions, 2 deletions
diff --git a/storage/perfschema/table_esgs_global_by_event_name.cc b/storage/perfschema/table_esgs_global_by_event_name.cc
index fe24d6794c1..288891861c9 100644
--- a/storage/perfschema/table_esgs_global_by_event_name.cc
+++ b/storage/perfschema/table_esgs_global_by_event_name.cc
@@ -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,
@@ -39,6 +39,11 @@
THR_LOCK table_esgs_global_by_event_name::m_table_lock;
+PFS_engine_table_share_state
+table_esgs_global_by_event_name::m_share_state = {
+ false /* m_checked */
+};
+
PFS_engine_table_share
table_esgs_global_by_event_name::m_share=
{
@@ -57,7 +62,9 @@ table_esgs_global_by_event_name::m_share=
"MIN_TIMER_WAIT BIGINT unsigned not null comment 'Minimum wait time of the timed summarized events.',"
"AVG_TIMER_WAIT BIGINT unsigned not null comment 'Average wait time of the timed summarized events.',"
"MAX_TIMER_WAIT BIGINT unsigned not null comment 'Maximum wait time of the timed summarized events.')") },
- false /* perpetual */
+ false, /* m_perpetual */
+ false, /* m_optional */
+ &m_share_state
};
PFS_engine_table*