mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
mysql-5.7.39
This commit is contained in:
@@ -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,
|
||||
@@ -149,6 +149,7 @@ protected:
|
||||
class table_events_transactions_current : public table_events_transactions_common
|
||||
{
|
||||
public:
|
||||
static PFS_engine_table_share_state m_share_state;
|
||||
/** Table share */
|
||||
static PFS_engine_table_share m_share;
|
||||
static PFS_engine_table* create();
|
||||
@@ -190,6 +191,7 @@ private:
|
||||
class table_events_transactions_history : public table_events_transactions_common
|
||||
{
|
||||
public:
|
||||
static PFS_engine_table_share_state m_share_state;
|
||||
/** Table share */
|
||||
static PFS_engine_table_share m_share;
|
||||
static PFS_engine_table* create();
|
||||
@@ -222,6 +224,7 @@ private:
|
||||
class table_events_transactions_history_long : public table_events_transactions_common
|
||||
{
|
||||
public:
|
||||
static PFS_engine_table_share_state m_share_state;
|
||||
/** Table share */
|
||||
static PFS_engine_table_share m_share;
|
||||
static PFS_engine_table* create();
|
||||
|
Reference in New Issue
Block a user