Skip to content

Commit 02348ef

Browse files
author
github-actions
committed
update MD by dispatch event pingcap/docs i18n-zh-release-8.5
1 parent 03d8384 commit 02348ef

6 files changed

Lines changed: 239 additions & 10 deletions

File tree

markdown-pages/zh/tidbcloud/master/blocklist-control-plan.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ summary: 了解关于控制优化规则和表达式下推行为的黑名单机
8282

8383
`mysql.expr_pushdown_blacklist` 表的结构如下:
8484

85+
8586
```sql
8687
DESC mysql.expr_pushdown_blacklist;
8788
```
@@ -118,7 +119,7 @@ DESC mysql.expr_pushdown_blacklist;
118119

119120
2. 执行 `admin reload expr_pushdown_blacklist`
120121

121-
#### 从黑名单中移除
122+
### 从黑名单中移除
122123

123124
将一个或多个表达式从黑名单中移除,步骤如下:
124125

@@ -229,4 +230,5 @@ DESC mysql.expr_pushdown_blacklist;
229230
| └─Selection_6 | 0.00 | cop[tikv] | | gt(ssb_1.t.a, 2) |
230231
| └─TableFullScan_5 | 10000.00 | cop[tikv] | table:t | keep order:false, stats:pseudo |
231232
+---------------------------+----------+-----------+---------------+--------------------------------+
232-
```
233+
4 rows in set (0.00 sec)
234+
```

markdown-pages/zh/tidbcloud/master/data-type-date-and-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ mysql> SELECT NOW(), NOW()+0, NOW(3)+0;
243243
+---------------------|----------------|--------------------+
244244
```
245245

246-
### 两位数字的年份部分在日期中的含义
246+
## 两位数字的年份部分在日期中的含义
247247

248248
日期中包含的两位数字年份部分不明确,存在歧义。
249249

0 commit comments

Comments
 (0)