Do not simplify JOINs to have an unrealistic ON clause
Bug #733162 reported by
Philip Stoev
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Random Query Generator |
New
|
Undecided
|
Unassigned |
Bug Description
Simplification causes the ON clause to be simplfieid to a single field reference, which is an edge and unrealistic test case. Instead, the ON should retain the 2 original fields , or be convertede to ON (f1 != 0).
To post a comment you must log in.