[MDEV-20265] Unknown column in field list Created: 2019-08-06 Updated: 2019-09-09 Resolved: 2019-08-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser |
| Affects Version/s: | 5.5, 10.1, 10.2.26, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.2.27, 5.5.66, 10.1.42, 10.3.18, 10.4.8 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Silver Asu | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
This query gives Unknown column 't12.a' in 'field list' error after upgrade to 10.2.26 from 10.2.25.
Sample data:
|
| Comments |
| Comment by Alice Sherepa [ 2019-08-06 ] | |||||||||||||||||||||||||||||||||
|
I confirm that behavior changed in 10.1-10.4, query returns result in 5.5,10.0
| |||||||||||||||||||||||||||||||||
| Comment by Silver Asu [ 2019-08-06 ] | |||||||||||||||||||||||||||||||||
|
I am pretty sure that this worked in 10.2.25.
| |||||||||||||||||||||||||||||||||
| Comment by Igor Babaev [ 2019-08-12 ] | |||||||||||||||||||||||||||||||||
|
The same bug can be reproduced in 5.5. | |||||||||||||||||||||||||||||||||
| Comment by Oleksandr Byelkin [ 2019-08-19 ] | |||||||||||||||||||||||||||||||||
|
OK to push | |||||||||||||||||||||||||||||||||
| Comment by Igor Babaev [ 2019-08-20 ] | |||||||||||||||||||||||||||||||||
|
A fix for this bug was pushed into 5.5. | |||||||||||||||||||||||||||||||||
| Comment by Marko Mäkelä [ 2019-08-22 ] | |||||||||||||||||||||||||||||||||
|
My merge of the fix caused crashes on 10.4. In order to be able to test the rest of the merge, I reverted the fix in the temporary bb-10.4-merge branch. This should be properly addressed before the next 10.4 release. | |||||||||||||||||||||||||||||||||
| Comment by Marko Mäkelä [ 2019-08-23 ] | |||||||||||||||||||||||||||||||||
|
In my final merge to 10.4 I omitted this fix due to assertion failures. A separate fix will have to be implemented for 10.4. | |||||||||||||||||||||||||||||||||
| Comment by Igor Babaev [ 2019-08-31 ] | |||||||||||||||||||||||||||||||||
|
Pushed a fix for this bug that was good for 10.4 |