From 61d08f74275b129c5d00daaa7856aead88f034ff Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Fri, 29 Jul 2022 14:48:01 +0200 Subject: mysql-5.7.39 --- storage/perfschema/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'storage/perfschema/CMakeLists.txt') diff --git a/storage/perfschema/CMakeLists.txt b/storage/perfschema/CMakeLists.txt index 97785aaba1c..15207bfa571 100644 --- a/storage/perfschema/CMakeLists.txt +++ b/storage/perfschema/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2009, 2021, Oracle and/or its affiliates. +# Copyright (c) 2009, 2022, Oracle and/or its affiliates. # # # This program is free software; you can redistribute it and/or modify @@ -87,6 +87,7 @@ table_esms_by_host_by_event_name.h table_esms_by_digest.h table_esms_by_program.h table_prepared_stmt_instances.h +table_processlist.h table_esms_by_thread_by_event_name.h table_esms_by_user_by_event_name.h table_esms_global_by_event_name.h @@ -203,6 +204,7 @@ table_esms_by_host_by_event_name.cc table_esms_by_digest.cc table_esms_by_program.cc table_prepared_stmt_instances.cc +table_processlist.cc table_esms_by_thread_by_event_name.cc table_esms_by_user_by_event_name.cc table_esms_global_by_event_name.cc -- cgit v1.2.1