mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / r / partition_not_blackhole.result
blobdc0339f8c4830a086a52b5b4fec09f4c452ab0ad
1 DROP TABLE IF EXISTS t1;
3 # Bug#46086: crash when dropping a partitioned table and
4 #            the original engine is disabled
5 # Copy a .frm and .par file which was created with:
6 # create table `t1` (`id` int primary key) engine=blackhole
7 # partition by key () partitions 1;
8 SHOW TABLES;
9 Tables_in_test
11 SHOW CREATE TABLE t1;
12 ERROR HY000: Incorrect information in file: './test/t1.frm'
13 DROP TABLE t1;
14 ERROR 42S02: Unknown table 't1'
15 t1.frm
16 t1.par