[MDEV-332] lp:1010729 Unexpected syntax error for a query with UNION of left joins Created: 2012-06-11 Updated: 2012-06-14 Resolved: 2012-06-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.24 |
| Fix Version/s: | 5.5.25 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The following sequence of commands gives us an unexpected error message in MariaDB 5.5:
If we exchange SELECT clauses in the above UNION the query will be accepted though:
The versions MariaDB 5.2/5.3 are not affected, while mysql-5.5 is affected: see http://bugs.mysql.com/bug.php?id=54382 |
| Comments |
| Comment by Sergei Petrunia [ 2012-06-14 ] |
|
This was fixed and pushed. |