Skip to content

Commit 37d4da1

Browse files
authored
Merge pull request pingcap#928 from lilin90/history-read-variable
op-guide: fix variable description
2 parents 381fede + 21d047d commit 37d4da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

op-guide/history-read.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ TiDB 使用周期性运行的 GC(Garbage Collection,垃圾回收)来进行
100100
> **注意**
101101
>
102102
> - 这里的时间设置的是 update 语句之前的那个时间。
103-
> -`tidb_snapshot` 前须使用 `@@` 而非 `@`,因为 `@@` 表示全局变量`@` 表示 Session 变量
103+
> -`tidb_snapshot` 前须使用 `@@` 而非 `@`,因为 `@@` 表示系统变量`@` 表示用户变量
104104

105105
这里读取到的内容即为 update 之前的内容,也就是历史版本:
106106

@@ -135,4 +135,4 @@ TiDB 使用周期性运行的 GC(Garbage Collection,垃圾回收)来进行
135135
3 rows in set (0.00 sec)
136136
```
137137

138-
> **注意**:在 `tidb_snapshot` 前须使用 `@@` 而非 `@`,因为 `@@` 表示全局变量`@` 表示 Session 变量
138+
> **注意**:在 `tidb_snapshot` 前须使用 `@@` 而非 `@`,因为 `@@` 表示系统变量`@` 表示用户变量

0 commit comments

Comments
 (0)