Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Duplicate
-
10.5, 10.6, 10.9(EOL), 10.10(EOL), 10.11, 11.0(EOL), 11.1(EOL), 11.2(EOL), 11.3(EOL)
Description
INSTALL PLUGIN Spider SONAME 'ha_spider.so'; |
--error ER_BAD_TABLE_ERROR
|
DROP TABLE t1; |
Leads to:
10.5.23 6b343de8ef51e4c92f0ea2bf62f27f0aab32204d (Debug) |
CURRENT_TEST: main.test
|
mysqltest: At line 3: query 'DROP TABLE t1' succeeded - should have failed with errno 1051...
|
The DROP TABLE t1 should fail (and thus the MTR testcase should succeed as --error ER_BAD_TABLE_ERROR was specified). However, it succeeds. There are possibly other more serious variations/implications of this scenario. If a code check shows that the issue is limited to an incorrect "Query OK" return only, the priority can be lowered.
Attachments
Issue Links
- duplicates
-
MDEV-30170 no error for DROP TABLE and no warning for DROP TABLE IF EXISTS with absent table when Spider plugin is included
- Closed