Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revise expressions pushed down #8684

Merged
merged 14 commits into from
Mar 24, 2022
Prev Previous commit
Next Next commit
add variable
Signed-off-by: yisaer <disxiaofei@163.com>
  • Loading branch information
Yisaer committed Mar 23, 2022
commit c8ad7af413113702a56828349529dc7a3c82a0c7
6 changes: 6 additions & 0 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1652,3 +1652,9 @@ set tidb_slow_log_threshold = 200;
- 作用域:SESSION | GLOBAL
- 默认值:`ON`
- 这个变量用于控制计算窗口函数时是否采用高精度模式。

### `tidb_sysdate_is_now`
en-jin19 marked this conversation as resolved.
Show resolved Hide resolved

- 作用域:SESSION | GLOBAL
- 默认值:`OFF`
- 这个变量用于控制 `sydate` 函数是否替换为 `NOW` 函数,效果与 MYSQL 中的 [`sysdate-is-now`](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_sysdate-is-now) 一致。
en-jin19 marked this conversation as resolved.
Show resolved Hide resolved