• Oleg Smirnov's avatar
    MDEV-34860 Implement MAX_EXECUTION_TIME hint · 99f28694
    Oleg Smirnov authored
    It places a limit N (a timeout value in milliseconds) on how long
    a statement is permitted to execute before the server terminates it.
    
    Syntax:
    SELECT /*+ MAX_EXECUTION_TIME(milliseconds) */ ...
    
    Only top-level SELECT statements support the hint.
    99f28694
opt_hints_parser.h 16.6 KB