radondb / radon

RadonDB is an open source, cloud-native MySQL database for building global, scalable cloud services

Home Page:https://radondb.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature] complete CHECKSUM TABLE Statement

hustjieke opened this issue · comments

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

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.