From f1848be7467ed1708a693e3ba10f6e637763094a Mon Sep 17 00:00:00 2001 From: Igor Babaev Date: Mon, 8 Jul 2013 12:55:11 -0700 Subject: Fixed a failure in partition_truncate.test. --- mysql-test/r/partition_truncate.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/r') diff --git a/mysql-test/r/partition_truncate.result b/mysql-test/r/partition_truncate.result index 66c0cd3d9da..7a82e47d818 100644 --- a/mysql-test/r/partition_truncate.result +++ b/mysql-test/r/partition_truncate.result @@ -5,7 +5,7 @@ partition by list (a) alter table t1 truncate partition p1,p1; ERROR HY000: Incorrect partition name alter table t1 truncate partition p0; -ERROR HY000: Incorrect partition name +ERROR HY000: Unknown partition 'p0' in table 't1' drop table t1; create table t1 (a int) partition by list (a) -- cgit v1.2.1