[MDEV-30170] no error for DROP TABLE and no warning for DROP TABLE IF EXISTS with absent table when Spider plugin is included Created: 2022-11-29 Updated: 2024-01-11 Resolved: 2024-01-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server, Storage Engine - Spider |
| Affects Version/s: | 10.5, 10.6, 10.10, 10.11, 11.0, 11.1, 11.2, 11.3 |
| Fix Version/s: | 10.5.24, 10.6.17, 10.11.7, 11.0.5, 11.1.4, 11.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Roman | Assignee: | Yuchen Pei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | not-10.4 | ||
| Issue Links: |
|
||||||||||||||||
| Sprint: | 2022-22 | ||||||||||||||||
| Description |
|
Tested with 10.6.11-6-MariaDB server, Use any database and any non-existing table name. DROP TABLE non_existing_table;
DROP TABLE IF EXISTS non_existing_table;
|
| Comments |
| Comment by Elena Stepanova [ 2022-12-06 ] | ||||||||||
|
Likely related to | ||||||||||
| Comment by Yuchen Pei [ 2023-10-18 ] | ||||||||||
|
We got a fresher ticket reporting the same problem: | ||||||||||
| Comment by Yuchen Pei [ 2023-12-19 ] | ||||||||||
|
Hi holyfoot, ptal thanks
For 11.0 see
| ||||||||||
| Comment by Alexey Botchkov [ 2024-01-05 ] | ||||||||||
|
ok to push. | ||||||||||
| Comment by Yuchen Pei [ 2024-01-11 ] | ||||||||||
|
pushed 9e9e0b99ade0e6ccd34abc3bc3abaf7bbd5ecf4e to 10.5 |