diff options
author | Aditya A <aditya.a@oracle.com> | 2013-06-14 11:28:29 +0530 |
---|---|---|
committer | Aditya A <aditya.a@oracle.com> | 2013-06-14 11:28:29 +0530 |
commit | 291e0296d55815ed52090c06a3ccda1dacd05049 (patch) | |
tree | 503b67ee7e78e30eca277c7ced3186132277f301 /mysql-test/t/partition_myisam.test | |
parent | d9a71d5cbe10c9f033ec3b588b98494eec2b9f81 (diff) | |
parent | dfb6f63bcf379dcefda43808a2d9f0d80254e3ad (diff) | |
download | mariadb-git-291e0296d55815ed52090c06a3ccda1dacd05049.tar.gz |
Bug#13548704 ALGORITHM USED FOR DROPPING PARTITIONED TABLE CAN LEAD
TO INCONSISTENCY
[Merge from 5.1]
Diffstat (limited to 'mysql-test/t/partition_myisam.test')
-rw-r--r-- | mysql-test/t/partition_myisam.test | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mysql-test/t/partition_myisam.test b/mysql-test/t/partition_myisam.test index c3766430275..ec3d86633c9 100644 --- a/mysql-test/t/partition_myisam.test +++ b/mysql-test/t/partition_myisam.test @@ -86,11 +86,10 @@ FLUSH TABLES; CHECK TABLE t1; --error ER_FAILED_READ_FROM_PAR_FILE SELECT * FROM t1; ---echo # Note that it is currently impossible to drop a partitioned table ---echo # without the .par file +--echo # Note that we will remove the frm file when we detect that +--echo # .par file has been deleted. --error ER_BAD_TABLE_ERROR DROP TABLE t1; ---remove_file $MYSQLD_DATADIR/test/t1.frm --remove_file $MYSQLD_DATADIR/test/t1#P#p0.MYI --remove_file $MYSQLD_DATADIR/test/t1#P#p0.MYD |