mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-8324 - MariaDB fails to build with performance schema disabled
Various fixes to let MariaDB compile with performance schema disabled.
This commit is contained in:
@ -16,8 +16,10 @@
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
|
||||
|
||||
|
||||
#ifdef HAVE_PSI_INTERFACE
|
||||
extern PSI_mutex_key key_TABLE_SHARE_LOCK_table_share;
|
||||
extern PSI_cond_key key_TABLE_SHARE_COND_release;
|
||||
#endif
|
||||
|
||||
class TDC_element
|
||||
{
|
||||
|
Reference in New Issue
Block a user