Update check-table.md

Right should be:

If `check_query_single_value_result` = 1, the `CHECK TABLE` query shows the general table check status.

Old wrong:

If `check_query_single_value_result` = 0, the `CHECK TABLE` query shows the general table check status.
This commit is contained in:
mlkui 2022-01-23 19:19:21 +08:00 committed by GitHub
parent d1431fffd2
commit 4041fbc062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ CHECK TABLE test_table;
└───────────┴───────────┴─────────┘
```
If `check_query_single_value_result` = 0, the `CHECK TABLE` query shows the general table check status.
If `check_query_single_value_result` = 1, the `CHECK TABLE` query shows the general table check status.
```sql
SET check_query_single_value_result = 1;