Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
12.0(EOL)
-
None
-
Not for Release Notes
-
Q4/2025 Server Maintenance
Description
Fails on buildbot, and on appveyor
Fails on overloaded Windows box on appveyor. on os390 Linux, on aarch64 Linux
Typical failure
CURRENT_TEST: main.opt_hint_timeout
|
mysqltest: At line 57: query 'SET STATEMENT max_statement_time = 20 FOR
|
SELECT /*+ MAX_EXECUTION_TIME(5) */* FROM t1 a, t1 b' succeeded - should have failed with error ER_STATEMENT_TIMEOUT (1969)...
|
or
CURRENT_TEST: main.opt_hint_timeout
|
mysqltest: At line 49: query 'SELECT /*+ MAX_EXECUTION_TIME(10) */* FROM t1 a, t1 b' succeeded - should have failed with error ER_STATEMENT_TIMEOUT (1969)...
|