Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Morpheus, 7.1.1, 7.0.4, Elixir
-
Untriaged
-
1
-
Unknown
Description
Identified by Sitaram while investigating MB-53372:
EXPLAIN SELECT (SELECT RAW 1
|
FROM x AS l
|
JOIN default AS r ON meta(r).id = "1")[0] AS d
|
FROM [1] AS x ;
|
Causes panic in Elixir.
Build couchbase-server-7.2.0-1831 contains query commit 0faaadf with commit message:
MB-53377Proper set up of join keys when converting from ANSI join to lookup join