Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.5
-
None
-
Fedora, RHEL, CentOS
Description
Description of problem:
The MariaDB doesn't raise an error while trying to drop a non-existing table.
Version-Release number of selected component (if applicable):
mariadb-10.5-*
How reproducible:
Always
Steps to Reproduce:
1. Install the mariadb-server mariadb mariadb-oqgraph-engine
2. Start the server
3. Create a database
4. Create a table
5. Drop the table
6. Drop the same table again (it will not fail, but it should)
Actual results:
Doesn't raise an error
Expected results:
Should raise error while dropping non-existing table (step 6)
Error: ERROR 1051 (42S02): Unknown table 'database.table'
I've also tested the RPMs you have in this repo (http://yum.mariadb.org/10.5/fedora/33/x86_64/) and it is still failing.
This bug exists only in MariaDB version > 10.4
Attachments
Issue Links
- relates to
-
MDEV-11412 Ensure that table is truly dropped when using DROP TABLE
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Labels | need_feedback |
Labels | need_feedback |
Assignee | Sergei Golubchik [ serg ] |
Affects Version/s | 10.5 [ 23123 ] |
Fix Version/s | 10.5 [ 23123 ] |
Workflow | MariaDB v3 [ 120846 ] | MariaDB v4 [ 142762 ] |
Fix Version/s | 10.6 [ 24028 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Testing [ 10301 ] |
Fix Version/s | 10.5.14 [ 26809 ] | |
Fix Version/s | 10.6.6 [ 26811 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Testing [ 10301 ] | Closed [ 6 ] |
Is this really a bug, or an intended consequence of
MDEV-11412?