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

[doc] check tables t_part for quick is error #737

Closed GuishengZhou closed 3 years ago

GuishengZhou commented 3 years ago

describe: SQL statement error Linkshttps://github.com/radondb/radon/blob/master/docs/sql_statements/database_administration_statements.md

eg: mysql> check tables t_part for quick ; ERROR 1149 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use, syntax error at position 30 near 'quick' mysql> check tables t_part ; +------------------+-------+----------+----------+ | Table | Op | Msg_type | Msg_text | +------------------+-------+----------+----------+ | test.t_part_0000 | check | status | OK | | test.t_part_0001 | check | status | OK | | test.t_part_0002 | check | status | OK | | test.t_part_0003 | check | status | OK | | test.t_part_0004 | check | status | OK | | test.t_part_0005 | check | status | OK | | test.t_part_0006 | check | status | OK | | test.t_part_0007 | check | status | OK | | test.t_part_0008 | check | status | OK | | test.t_part_0009 | check | status | OK | | test.t_part_0010 | check | status | OK | | test.t_part_0011 | check | status | OK | | test.t_part_0012 | check | status | OK | | test.t_part_0013 | check | status | OK | | test.t_part_0014 | check | status | OK | | test.t_part_0015 | check | status | OK | +------------------+-------+----------+----------

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.