Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.5
-
None
Description
Reproduce
--source include/have_innodb.inc
|
--let $DATADIR= `select @@datadir`
|
|
create table parent (id int not null, primary key (id)) engine=innodb; |
select * from parent; |
--remove_file $datadir/test/parent.frm
|
|
drop table parent; |
create table parent (id int not null, primary key (id)) engine=innodb; |
|
# Cleanup
|
drop table parent; |
Result
mysqltest: At line 9: query 'create table parent (id int not null, primary key (id)) engine=innodb' failed: 1050: Table 'parent' already exists
|
Related tests
main.drop_table_force
Attachments
Issue Links
- blocks
-
MDEV-16417 Store Foreign Key metadata outside of InnoDB
-
- In Review
-
- is caused by
-
MDEV-11412 Ensure that table is truly dropped when using DROP TABLE
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
h3. Reproduce
{code:sql} --source include/have_innodb.inc --let $DATADIR= `select @@datadir` create table parent (id int not null, primary key (id)) engine=innodb; select * from parent; --remove_file $datadir/test/parent.frm drop table parent; create table parent (id int not null, primary key (id)) engine=innodb; # Cleanup drop table parent; {code} h3. Result {code} mysqltest: At line 9: query 'create table parent (id int not null, primary key (id)) engine=innodb' failed: 1050: Table 'parent' already exists {code} h3. Related tests main.drop_table_force |
Link |
This issue is caused by |
Link | This issue blocks MDEV-16417 [ MDEV-16417 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Fix Version/s | 10.5 [ 23123 ] |
Component/s | Server [ 13907 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Aleksey Midenkov [ midenok ] | Oleksandr Byelkin [ sanja ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Oleksandr Byelkin [ sanja ] | Aleksey Midenkov [ midenok ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Fix Version/s | 10.5.6 [ 24508 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Fix Version/s | 10.5.7 [ 25019 ] |
Fix Version/s | 10.5.6 [ 24508 ] |
Workflow | MariaDB v3 [ 112838 ] | MariaDB v4 [ 158279 ] |