mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)
This commit is contained in:
@@ -6,5 +6,5 @@ drop table t1;
|
||||
flush tables;
|
||||
CREATE TABLE t1 (a int) type=INNODB;
|
||||
SELECT * from T1;
|
||||
Table 'test.T1' doesn't exist
|
||||
Can't open file: 'T1.InnoDB'. (errno: 1)
|
||||
drop table t1;
|
||||
|
||||
Reference in New Issue
Block a user