summaryrefslogtreecommitdiff
path: root/mysql-test/t/partition_truncate.test
diff options
context:
space:
mode:
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;