Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.0.4
-
Component/s: None
-
Labels:None
Description
Discovery of table non-existance does not work for CREATE TABLE:
create table t1 (a int) engine=archive; |
select * from t1; |
flush tables;
|
remove_file $mysqld_datadir/test/t1.ARZ;
|
create table t1 (a int) engine=archive; |
This fails with very unexpected 1146: Table 'test.t1' doesn't exist