zihaoAK47 commented on code in PR #26207:
URL: https://github.com/apache/shardingsphere/pull/26207#discussion_r1223845867
##########
infra/common/src/main/java/org/apache/shardingsphere/infra/metadata/database/schema/builder/SystemSchemaBuilderRule.java:
##########
@@ -70,7 +70,7 @@ public enum SystemSchemaBuilderRule {
"socket_summary_by_event_name", "socket_summary_by_instance",
"status_by_account", "status_by_host", "status_by_thread", "status_by_user",
"table_handles",
"table_io_waits_summary_by_index_usage",
"table_io_waits_summary_by_table", "table_lock_waits_summary_by_table",
"threads", "user_variables_by_thread", "users", "variables_by_thread"))),
- MYSQL_SYS("MySQL", "sys", new HashSet<>(Collections.singleton("sys"))),
+ MYSQL_SYS("MySQL", "sys", new HashSet<>(new HashSet<>(Arrays.asList("sys",
"host_summary_by_statement_type")))),
Review Comment:
Sorry for being careless, it has been corrected :astonished:
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]