Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5, 10.6, 10.10(EOL), 10.11, 11.0(EOL), 11.1(EOL), 11.2(EOL), 11.3(EOL)
-
2022-22
Description
Tested with 10.6.11-6-MariaDB server,
rocky linux 8 (also seen at several more RPM-linuxes),
only if spider plugin is enabled during MariaDB server build (cmake -DPLUGIN_SPIDER=YES).
Use any database and any non-existing table name.
DROP TABLE non_existing_table;
- should be:
ERROR 42S02: Unknown table 'auto_test_local.non_existing_table' - actual:
Query OK, 0 rows affected (0.005 sec)
DROP TABLE IF EXISTS non_existing_table;
- should be:
Warnings: Note 1051 Unknown table 'non_existing_table' - actual:
Query OK, 0 rows affected (0.005 sec)
Attachments
Issue Links
- is caused by
-
MDEV-11412 Ensure that table is truly dropped when using DROP TABLE
-
- Closed
-
- is duplicated by
-
MDEV-32505 Spider: DROP TABLE succeeds where it should not
-
- Closed
-
Activity
Transition | Time In Source Status | Execution Times |
---|
|
3h 50m | 1 |
|
7d 15h 53m | 1 |
|
4h 56m | 1 |
|
61d 15h 56m | 1 |
|
17d 12h 34m | 1 |
|
320d 14h 21m | 2 |