strongduanmu commented on code in PR #25580:
URL: https://github.com/apache/shardingsphere/pull/25580#discussion_r1191834048
##########
test/it/parser/src/main/resources/sql/supported/dal/check-table.xml:
##########
@@ -25,4 +25,5 @@
<sql-case id="checksum_tables" value="CHECKSUM TABLES
t_order,t_order_item" db-types="MySQL" />
<sql-case id="checksum_tables_quick" value="CHECKSUM TABLES
t_order,t_order_item QUICK" db-types="MySQL" />
<sql-case id="checksum_tables_extended" value="CHECKSUM TABLES
t_order,t_order_item EXTENDED" db-types="MySQL" />
+ <sql-case id="check_tables_2" value="CHECK TABLES t_order,t_order_item"
db-types="MySQL" />
Review Comment:
Please rename it to check_multi_tables.
--
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]