Skip to content

Commit

Permalink
Add read only to noop functions (pingcap#5351)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgo authored May 7, 2021
1 parent 2b501f3 commit c1950e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,8 @@ Constraint checking is always performed in place for pessimistic transactions (d
* `SQL_CALC_FOUND_ROWS` syntax
* `CREATE TEMPORARY TABLE` syntax
* `DROP TEMPORARY TABLE` syntax
* `START TRANSACTION READ ONLY` and `SET TRANSACTION READ ONLY` syntax
* The `tx_read_only`, `transaction_read_only`, `offline_mode`, `super_read_only` and `read_only` system variables

> **Note:**
>
Expand Down

0 comments on commit c1950e7

Please sign in to comment.