Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
There is a combination of non-deterministic sorting order and known issues that produces failures in the test except in one.
mts_view.50.sql and mts_view.80.sql both fail b/c of unpredicted sorting order.
mts_view.60.sql and mts_view.90.sql fails with
+ERROR 1178 (42000) at line 72: The storage engine for the table doesn't support IDB-1001: Function 'istrue' can only be used in the outermost select or order by clause and cannot be used in conjunction with an aggregate function.
mts_view.sql is the interesting one.
Some of the queries fail with:
ERROR 1815 (HY000) at line 50: Internal error: column is not found in info map
Other errors are combination of the first two types mentioned in this issue.