dongzl commented on a change in pull request #13856:
URL: https://github.com/apache/shardingsphere/pull/13856#discussion_r758917704



##########
File path: 
shardingsphere-test/shardingsphere-parser-test/src/main/resources/sql/supported/dal/check-table.xml
##########
@@ -19,4 +19,6 @@
 <sql-cases>
     <sql-case id="check_table" value="CHECK TABLE test_table FAST" 
db-types="MySQL" />
     <sql-case id="check_tables" value="CHECK TABLE t_order,t_order_item" 
db-types="MySQL" />
+    <sql-case id="checksum_table" value="CHECKSUM TABLE t_order" 
db-types="MySQL" />
+    <sql-case id="checksum_tables" value="CHECKSUM TABLES 
t_order,t_order_item" db-types="MySQL" />

Review comment:
       I suggest add a sql case for  `QUICK` and `EXTENDED`  keyword.




-- 
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]


Reply via email to