We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 381fede + 21d047d commit 37d4da1Copy full SHA for 37d4da1
op-guide/history-read.md
@@ -100,7 +100,7 @@ TiDB 使用周期性运行的 GC(Garbage Collection,垃圾回收)来进行
100
> **注意**:
101
>
102
> - 这里的时间设置的是 update 语句之前的那个时间。
103
- > - 在 `tidb_snapshot` 前须使用 `@@` 而非 `@`,因为 `@@` 表示全局变量,`@` 表示 Session 变量。
+ > - 在 `tidb_snapshot` 前须使用 `@@` 而非 `@`,因为 `@@` 表示系统变量,`@` 表示用户变量。
104
105
这里读取到的内容即为 update 之前的内容,也就是历史版本:
106
@@ -135,4 +135,4 @@ TiDB 使用周期性运行的 GC(Garbage Collection,垃圾回收)来进行
135
3 rows in set (0.00 sec)
136
```
137
138
- > **注意**:在 `tidb_snapshot` 前须使用 `@@` 而非 `@`,因为 `@@` 表示全局变量,`@` 表示 Session 变量。
+ > **注意**:在 `tidb_snapshot` 前须使用 `@@` 而非 `@`,因为 `@@` 表示系统变量,`@` 表示用户变量。
0 commit comments