Bug 1942526
Summary: | DROP TABLE doesn't raise error while dropping non-existing table | |||
---|---|---|---|---|
Product: | Red Hat Software Collections | Reporter: | Lukas Javorsky <ljavorsk> | |
Component: | mariadb | Assignee: | Michal Schorm <mschorm> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jakub Heger <jheger> | |
Severity: | unspecified | Docs Contact: | Lenka Špačková <lkuprova> | |
Priority: | unspecified | |||
Version: | rh-mariadb105 | CC: | databases-maint, mmuzila, pkubat | |
Target Milestone: | alpha | Keywords: | Rebase, Triaged, ZStream | |
Target Release: | 3.7 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Known Issue | ||
Doc Text: |
When the OQGraph storage engine plug-in is loaded to the MariaDB 10.5 server, MariaDB does not warn about dropping a non-existent table. In particular, when the user attempts to drop a non-existent table using the DROP TABLE or DROP TABLE IF EXISTS SQL commands, MariaDB neither returns an error message nor logs a warning.
Note that the OQGraph plug-in is provided by the mariadb-oqgraph-engine package, which is not installed by default.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1944653 2101777 (view as bug list) | Environment: | ||
Last Closed: | 2022-10-13 12:26:43 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 2092347 | |||
Bug Blocks: | 1944653, 1947388, 2101777 |
Description
Lukas Javorsky
2021-03-24 13:58:55 UTC
New updates (in BZ#1944653) about mariadb-oqgraph-engine show that, this subpackage is the one that is causing the issue. I've tried to remove 'rh-mariadb105-mariadb-oqgraph-engine' and it really worked as expected. This means we located the issue and now we can move to finding the actual problem that could cause this The initial notes "It works on Fedora" are incorrect. I've tested this again and with the knowledge we have now, I've included the oqgraph-engine package and it causing the same issue there. That's why I've created clone of this bug for Fedora OS -> BZ#1947388 Jira bug issue submitted: https://jira.mariadb.org/browse/MDEV-25373 |