summaryrefslogtreecommitdiff
path: root/mysql-test/r/partition.result
diff options
context:
space:
mode:
authorunknown <timour@askmonty.org>2012-11-01 21:36:31 +0200
committerunknown <timour@askmonty.org>2012-11-01 21:36:31 +0200
commita1108a0b6c098c7bae8b12d31b6338d563a318c1 (patch)
treecb513a6dca8a0d7dfa14b4d13e930788139280a7 /mysql-test/r/partition.result
parent9b6fe965033aab5eb20a4f2eefa482534b15c424 (diff)
parent8b5d345eea3b4df053a1cdbff398d270af9547ad (diff)
downloadmariadb-git-a1108a0b6c098c7bae8b12d31b6338d563a318c1.tar.gz
Merge 5.2 -> 5.3
Diffstat (limited to 'mysql-test/r/partition.result')
-rw-r--r--mysql-test/r/partition.result6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/partition.result b/mysql-test/r/partition.result
index fa080b8f5b9..258c605f461 100644
--- a/mysql-test/r/partition.result
+++ b/mysql-test/r/partition.result
@@ -2252,6 +2252,12 @@ HAVING b > geomfromtext("")
);
1
DROP TABLE t1;
+
+MDEV-612 Valgrind error in ha_maria::check_if_incompatible_data
+
+CREATE TABLE t1 (a INT, b INT, KEY(a)) ENGINE=Aria PARTITION BY KEY(a) PARTITIONS 2;
+ALTER TABLE t1 ADD KEY (b);
+drop table t1;
End of 5.1 tests
#
# BUG#598247: partition.test produces valgrind errors in 5.3-based branches