Skip to content

Commit

Permalink
add doc for sql_select_limit (#2704)
Browse files Browse the repository at this point in the history
Signed-off-by: Han Fei <hanfei19910905@gmail.com>
  • Loading branch information
hanfei1991 authored Jun 8, 2020
1 parent 36abc41 commit 6e8a1fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ The following MySQL system variables are fully supported in TiDB and have the sa
| max\_execution\_time | GLOBAL \| SESSION | the execution timeout for a statement, in milliseconds |
| innodb\_lock\_wait\_timeout | GLOBAL \| SESSION | the lock wait time for pessimistic transactions, in seconds |
| windowing\_use\_high\_precision | GLOBAL \| SESSION | whether to use the high precision mode when computing the window function. The default value is ON |
| sql\_select\_limit | GLOBAL \| SESSION | The maximum number of rows to return from the `SELECT` statements. The default value is `2^64 - 1`. |

> **Note:**
>
Expand Down

0 comments on commit 6e8a1fa

Please sign in to comment.