Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.11
-
None
-
Unexpected results
Description
@@ -2623,8 +2623,8 @@
|
SET sql_mode='ONLY_FULL_GROUP_BY';
|
SELECT 1 AS test UNION SELECT 2 AS test ORDER BY test IS NULL ASC;
|
test
|
-1
|
2
|
+1
|
SET sql_mode='';
|
#
|
# MDEV-6484: Assertion `tab->ref.use_count' failed on query with joins, constant table, multi-part key
|
|
|
Result content mismatch
|
Cross-reference shows that this failure occurs in multiple 10.11 PRs.
Attachments
Issue Links
- is part of
-
MDEV-36647 No red leaves in the forest
-
- Open
-
- relates to
-
MDEV-21565 main.group_by failed in buildbot with wrong result
-
- Closed
-
-
MDEV-29360 Crash when pushing condition with always false IS NULL into derived
-
- Closed
-