[MDEV-6322] The PARTITION engine can return wrong query results Created: 2014-06-10 Updated: 2014-07-24 Resolved: 2014-07-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.38, 10.0.11 |
| Fix Version/s: | 5.5.39, 10.0.13 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Olivier Bertrand | Assignee: | Sergei Petrunia |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | plugins, upstream | ||
| Environment: |
This example was done on Windows 7 |
||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Here is an example, the table:
If it is populated by:
All works well (customers is a copy of the well known MS Access sample table).
This returns:
It is also possible to check that the myp table contains the customers data:
The last query returning:
Therefore, all seems right so far until we execute the query:
It returns "0 rows selected in 0.00 sec"!!
Returns:
This is a critical bug, one that returns incorrect results. |
| Comments |
| Comment by Elena Stepanova [ 2014-06-10 ] | ||||||||||||||||||||||||||||||||||||||
|
It is likely to be a duplicate of
| ||||||||||||||||||||||||||||||||||||||
| Comment by Olivier Bertrand [ 2014-06-10 ] | ||||||||||||||||||||||||||||||||||||||
|
Please see my comment in | ||||||||||||||||||||||||||||||||||||||
| Comment by Sergei Petrunia [ 2014-07-23 ] | ||||||||||||||||||||||||||||||||||||||
|
The same issue as |