Details
- 
    
 Technical task
        
     - 
    Status: Closed (View Workflow)
 - 
    
Minor
 - 
    Resolution: Done
 - 
    10.1.1
 - 
    None
 
Description
Development task: MDEV-4427
Git commit: https://github.com/MariaDB/server/commit/cc8aed3
KB: https://kb.askmonty.org/en/how-to-limittimeout-queries/#max_query_time-variable
Server option: max-statement-time
System variable: max_statement_time (global, session)
Status variable: max_statement_time_exceeded
Field in mysql.user: max_statement_time
GRANT syntax:
					GRANT USAGE ON *.* TO user1@localhost WITH MAX_STATEMENT_TIME 1.005;  | 
		
Related bugs:
http://bugs.mysql.com/bug.php?id=64556 (supposed to be fixed in maria-5.5-monty revno 3612 (of Jan 04))
http://bugs.mysql.com/bug.php?id=60682