summaryrefslogtreecommitdiff
path: root/mysql-test/r/partition_binlog.result
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2013-07-08 18:35:44 -0700
committerIgor Babaev <igor@askmonty.org>2013-07-08 18:35:44 -0700
commit0977734cee1c8197adf747bcc4bd89a91266fe74 (patch)
treedfd4b97bf628fb8c7ef352878ba6ebdbb59a8720 /mysql-test/r/partition_binlog.result
parent24b9c17506cc26bfebd34c75549692ca7f6df073 (diff)
downloadmariadb-git-0977734cee1c8197adf747bcc4bd89a91266fe74.tar.gz
Fixed all remaining failures in partition tests.
Commented out the test case for bug 50036 as it was done in mysql-5.6.10.
Diffstat (limited to 'mysql-test/r/partition_binlog.result')
-rw-r--r--mysql-test/r/partition_binlog.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/partition_binlog.result b/mysql-test/r/partition_binlog.result
index 2c4ab1d0a30..624295dff1e 100644
--- a/mysql-test/r/partition_binlog.result
+++ b/mysql-test/r/partition_binlog.result
@@ -9,7 +9,7 @@ PARTITION BY RANGE (id)
PARTITION pmax VALUES LESS THAN (MAXVALUE));
INSERT INTO t1 VALUES (1), (10), (100), (1000);
ALTER TABLE t1 TRUNCATE PARTITION p1;
-ERROR HY000: Incorrect partition name
+ERROR HY000: Unknown partition 'p1' in table 't1'
ALTER TABLE t1 DROP PARTITION p1;
ERROR HY000: Error in list of partitions to DROP
# No error returned, output in table format instead: