[MDEV-19866] With a Spider table, a SELECT with WHERE involving primary key breaks following SELECTs Created: 2019-06-26 Updated: 2021-10-18 Resolved: 2019-07-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Affects Version/s: | 10.4.6, 10.3, 10.4 |
| Fix Version/s: | 10.4.7 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Leandro Pacheco (Inactive) | Assignee: | Kentoku Shiba (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Ubuntu 18.4 on x86_64 |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Doing a SELECT WHERE including the primary key of a partitioned table causes the following SELECTs to behave incorrectly.
Note that this happens even when the SELECT's are done from different connections in spider. The setup is very simple, running locally, with:
No changes to spider variables, everything is default. I'm using the following table, partitioned BY KEY(id) in spider:
This problem also happens with RANGE/HASH partitioned tables. |
| Comments |
| Comment by Kentoku Shiba (Inactive) [ 2019-06-28 ] |
|
lpacheco |
| Comment by Kentoku Shiba (Inactive) [ 2019-07-02 ] |
|
willhan |
| Comment by willhan [ 2019-07-05 ] |
|
kentoku |
| Comment by Kentoku Shiba (Inactive) [ 2019-07-06 ] |
|
Thank you for checking this. |