summaryrefslogtreecommitdiff
path: root/mysql-test/r/partition_mgm_err.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_mgm_err.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_mgm_err.result')
-rw-r--r--mysql-test/r/partition_mgm_err.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/partition_mgm_err.result b/mysql-test/r/partition_mgm_err.result
index a13278d724e..cbf45a2b7be 100644
--- a/mysql-test/r/partition_mgm_err.result
+++ b/mysql-test/r/partition_mgm_err.result
@@ -98,7 +98,7 @@ PARTITION BY KEY (a)
(PARTITION x0, PARTITION x1);
ALTER TABLE t1 ADD PARTITION PARTITIONS 0;
ERROR HY000: At least one partition must be added
-ALTER TABLE t1 ADD PARTITION PARTITIONS 1024;
+ALTER TABLE t1 ADD PARTITION PARTITIONS 8192;
ERROR HY000: Too many partitions (including subpartitions) were defined
ALTER TABLE t1 DROP PARTITION x0;
ERROR HY000: DROP PARTITION can only be used on RANGE/LIST partitions