From e7ba08983f0167a88e8a492f2e782108c1a45b3a Mon Sep 17 00:00:00 2001 From: nikezono Date: Wed, 14 Aug 2024 16:54:30 +0900 Subject: [PATCH] Fix errornous comment in table_host.h --- storage/perfschema/table_hosts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/perfschema/table_hosts.h b/storage/perfschema/table_hosts.h index 4cf22e7b4c86..59262c74e609 100644 --- a/storage/perfschema/table_hosts.h +++ b/storage/perfschema/table_hosts.h @@ -64,7 +64,7 @@ struct row_hosts { PFS_connection_stat_row m_connection_stat; }; -/** Table PERFORMANCE_SCHEMA.THREADS. */ +/** Table PERFORMANCE_SCHEMA.HOSTS. */ class table_hosts : public cursor_by_host { public: /** Table share */