Skip to content

Commit 669d3d4

Browse files
committed
fix: make lint happy
1 parent 49a6b60 commit 669d3d4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

sql-statements/sql-statement-refresh-stats.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ ClusterOption ::=
4848
## Options
4949

5050
- **Targets (`RefreshTargetList`)**
51-
- `table_name` refreshes a table in the current database.
52-
- `db_name.table_name` refreshes a fully qualified table.
53-
- `db_name.*` refreshes every table in the specified database.
54-
- `*.*` refreshes every table in the cluster.
51+
- `table_name` refreshes a table in the current database.
52+
- `db_name.table_name` refreshes a fully qualified table.
53+
- `db_name.*` refreshes every table in the specified database.
54+
- `*.*` refreshes every table in the cluster.
5555
- **`FULL`**
5656
Forces TiDB to load full statistics (histograms, TopN, CMSketches) into memory, equivalent to setting [`lite-init-stats`](/tidb-configuration-file.md#lite-init-stats-new-in-v710) to `false` for this operation. Use this when you need complete statistics immediately after the refresh.
5757
- **`LITE`**

0 commit comments

Comments
 (0)