Skip to content

Commit 0762a6c

Browse files
authoredSep 2, 2022
faq: delete a word in a title to be more inclusive (pingcap#10315)
1 parent 97581c1 commit 0762a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎faq/sql-faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ TiDB includes a cost-based optimizer. In most cases, the optimizer chooses the o
3030

3131
In addition, you can also use the [SQL binding](/sql-plan-management.md#sql-binding) to fix the query plan for a particular SQL statement.
3232

33-
## How to prevent the execution of a particular SQL statement (or blacklist a SQL statement)?
33+
## How to prevent the execution of a particular SQL statement?
3434

3535
You can create [SQL bindings](/sql-plan-management.md#sql-binding) with the [`MAX_EXECUTION_TIME`](/optimizer-hints.md#max_execution_timen) hint to limit the execution time of a particular statement to a small value (for example, 1ms). In this way, the statement is terminated automatically by the threshold.
3636

0 commit comments

Comments
 (0)
Please sign in to comment.