You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "strongduanmu (via GitHub)" <gi...@apache.org> on 2023/05/12 01:57:29 UTC

[GitHub] [shardingsphere] strongduanmu commented on a diff in pull request #25580: Optimized sqlParser to support examples from MySQL Test Suite.

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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org