[MDEV-12661] ORDER BY does not always work in ZIP CONNECT tables Created: 2017-05-02 Updated: 2017-05-11 Resolved: 2017-05-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.1 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alice Sherepa | Assignee: | Olivier Bertrand |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | connect-engine | ||
| Environment: |
10.1.22 |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
A table is created from 2 zip files ( 1.zip and 2.zip, attached, each contain one simple CSV file) and it shows error "Can't find record" while using ORDER BY clause.
|
| Comments |
| Comment by Olivier Bertrand [ 2017-05-04 ] | ||||||||
|
Probably the same problem found in MDEV-651 By the way, the CREATE TABLE should specify QUOTED=1 as the second field is quoted because containing the separator character. | ||||||||
| Comment by Olivier Bertrand [ 2017-05-04 ] | ||||||||
|
Cannot reproduce. | ||||||||
| Comment by Elena Stepanova [ 2017-05-11 ] | ||||||||
|
Indeed, it looks like a variant of
|