radondb / radon

RadonDB is an open source, cloud-native MySQL database for building global, scalable cloud services
https://radondb.io/
GNU General Public License v3.0
1.79k stars 218 forks source link

[feature] complete CHECKSUM TABLE Statement #703

Closed hustjieke closed 3 years ago

hustjieke commented 3 years ago

In MySQL 8.0:

CHECKSUM TABLE tbl_name [, tbl_name] ... [QUICK | EXTENDED]

Precautions: TABLE should be {TABLE | TABLES}, the official doc made a mistake here. So the correct syntax should be:

CHECKSUM {TABLE | TABLES} tbl_name [, tbl_name] ... [QUICK | EXTENDED]
stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.