[MDEV-2504] LP:792338 - Bogus result with SQL_BIG_RESULT Created: 2011-06-03 Updated: 2012-10-04 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Philip Stoev (Inactive) | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The following query returns a totally bogus result – the rows returned can not be found in the original table. CREATE TABLE t1 ( f1 int NOT NULL , PRIMARY KEY (f1)) ; correct result: SELECT f1 AS field1 , f1 AS field2 |
| Comments |
| Comment by Rasmus Johansson (Inactive) [ 2011-06-03 ] |
|
Launchpad bug id: 792338 |
| Comment by Philip Stoev (Inactive) [ 2011-06-03 ] |
|
Re: Bogus result with SQL_BIG_RESULT |