summaryrefslogtreecommitdiff
path: root/mysql-test/t/partition_truncate.test
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2013-07-08 12:55:11 -0700
committerIgor Babaev <igor@askmonty.org>2013-07-08 12:55:11 -0700
commitf1848be7467ed1708a693e3ba10f6e637763094a (patch)
treef8359bd08e27b1292d21fb88b02c1b2dc3b7114d /mysql-test/t/partition_truncate.test
parent66f1a848f44748ba2fd31c2463f6b73ae45d5f1f (diff)
downloadmariadb-git-f1848be7467ed1708a693e3ba10f6e637763094a.tar.gz
Fixed a failure in partition_truncate.test.
Diffstat (limited to 'mysql-test/t/partition_truncate.test')
-rw-r--r--mysql-test/t/partition_truncate.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/partition_truncate.test b/mysql-test/t/partition_truncate.test
index 165213d204c..62ed548808f 100644
--- a/mysql-test/t/partition_truncate.test
+++ b/mysql-test/t/partition_truncate.test
@@ -11,7 +11,7 @@ partition by list (a)
(partition p1 values in (0));
--error ER_WRONG_PARTITION_NAME
alter table t1 truncate partition p1,p1;
---error ER_WRONG_PARTITION_NAME
+--error ER_UNKNOWN_PARTITION
alter table t1 truncate partition p0;
drop table t1;