summaryrefslogtreecommitdiff
path: root/mysql-test/main/partition_binlog.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/partition_binlog.test')
-rw-r--r--mysql-test/main/partition_binlog.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/partition_binlog.test b/mysql-test/main/partition_binlog.test
index d6986c86ebe..665293d4881 100644
--- a/mysql-test/main/partition_binlog.test
+++ b/mysql-test/main/partition_binlog.test
@@ -22,7 +22,7 @@ INSERT INTO t1 VALUES (1), (10), (100), (1000);
--error ER_UNKNOWN_PARTITION
ALTER TABLE t1 TRUNCATE PARTITION p1;
---error ER_DROP_PARTITION_NON_EXISTENT
+--error ER_PARTITION_DOES_NOT_EXIST
ALTER TABLE t1 DROP PARTITION p1;
--echo # No error returned, output in table format instead: