summaryrefslogtreecommitdiff
path: root/mysql-test/r/innodb_mrr.result
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2011-05-27 15:20:19 -0700
committerIgor Babaev <igor@askmonty.org>2011-05-27 15:20:19 -0700
commitd86ad1861a57558e63dc68bf372eff6bdb22cb6d (patch)
tree38cf953c068132ff125bdab7e1e0c2b4a27f85c6 /mysql-test/r/innodb_mrr.result
parentdeb3b9a17498d101468fc12a633245fc74730133 (diff)
downloadmariadb-git-d86ad1861a57558e63dc68bf372eff6bdb22cb6d.tar.gz
Backported the test case for bug 43617 fixed by the patch for bug 42580.
Backported the test case for bug 49906 fixed by the patch for LP bug 625841. Slightly optimized the code of the fix for LP bug 625841.
Diffstat (limited to 'mysql-test/r/innodb_mrr.result')
-rw-r--r--mysql-test/r/innodb_mrr.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/innodb_mrr.result b/mysql-test/r/innodb_mrr.result
index fd61460bd79..d244157b61b 100644
--- a/mysql-test/r/innodb_mrr.result
+++ b/mysql-test/r/innodb_mrr.result
@@ -726,6 +726,7 @@ JA USA
DROP TABLE t1,t2;
#
# Testcase backport: Bug#43249
+# (Note: Fixed by patch for BUG#42580)
#
CREATE TABLE t1(c1 TIME NOT NULL, c2 TIME NULL, c3 DATE, PRIMARY KEY(c1), UNIQUE INDEX(c2)) engine=innodb;
INSERT INTO t1 VALUES('8:29:45',NULL,'2009-02-01');