mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.2' into 10.3
This commit is contained in:
@ -7,9 +7,8 @@ SLEEP(1)
|
||||
SHOW STATUS LIKE "max_statement_time_exceeded";
|
||||
Variable_name Value
|
||||
Max_statement_time_exceeded 0
|
||||
SET STATEMENT MAX_STATEMENT_TIME=1 FOR SELECT SLEEP(3);
|
||||
SLEEP(3)
|
||||
1
|
||||
SET STATEMENT MAX_STATEMENT_TIME=1 FOR SELECT SLEEP(10);
|
||||
ERROR 70100: Query execution was interrupted (max_statement_time exceeded)
|
||||
SHOW STATUS LIKE "max_statement_time_exceeded";
|
||||
Variable_name Value
|
||||
Max_statement_time_exceeded 1
|
||||
|
Reference in New Issue
Block a user