Skip to content

Commit

Permalink
system-variables: improve noop functions warning (#6374) (#6419)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Sep 9, 2021
1 parent fd8fcb4 commit a5d0bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,9 +535,9 @@ Constraint checking is always performed in place for pessimistic transactions (d
* `LOCK IN SHARE MODE` syntax
* `SQL_CALC_FOUND_ROWS` syntax

> **Note:**
> **Warning:**
>
> Only the default value of `OFF` can be considered safe. Setting `tidb_enable_noop_functions=1` might lead to unexpected behaviors in your application, because it permits TiDB to ignore certain syntax without providing an error.
> Only the default value of `OFF` can be considered safe. Setting `tidb_enable_noop_functions=1` might lead to unexpected behaviors in your application, because it permits TiDB to ignore certain syntax without providing an error. For example, the syntax `START TRANSACTION READ ONLY` is permitted, but the transaction remains in read-write mode.

### tidb_enable_parallel_apply <span class="version-mark">New in v5.0</span>

Expand Down

0 comments on commit a5d0bfe

Please sign in to comment.