[MDEV-28225] Disallow user to create Spider temporary table Created: 2022-04-03 Updated: 2024-02-01 Resolved: 2022-04-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8 |
| Fix Version/s: | 10.2.44, 10.3.35, 10.4.25, 10.5.16, 10.6.8, 10.7.4, 10.8.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Nayuta Yanagisawa (Inactive) | Assignee: | Nayuta Yanagisawa (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Creating a temporary table with Spider is non-sense because a Spider table cannot hold any physical data and it requires an additional effort to manage it. Add HTON_TEMPORARY_NOT_SUPPORTED to spider_hton->flags in order to prevent this. |
| Comments |
| Comment by Kiyoshi Takeda [ 2022-04-11 ] |
|
I created a pull request that fixes this issue. Could you take a look at it?https://github.com/MariaDB/server/pull/2089 |
| Comment by Nayuta Yanagisawa (Inactive) [ 2022-04-11 ] |
|
Fixed by https://github.com/MariaDB/server/commit/4d1955d3485971f20c14757d0b83d3ad13543f6a |