summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <evgen@moonbone.local>2005-07-18 19:34:29 +0400
committerunknown <evgen@moonbone.local>2005-07-18 19:34:29 +0400
commit435a1c9392f9ed75f87f574abd9902c718bb71c1 (patch)
treeaa3cb2181b8dd642caba0fe8e06bc154dfba9111 /mysql-test
parentd4b1f6fa5d8de8e38ad58f5c17ecd12c9b3eac07 (diff)
downloadmariadb-git-435a1c9392f9ed75f87f574abd9902c718bb71c1.tar.gz
select.test:
Changed test case comment to be more meaningful mysql-test/t/select.test: Changed test case comment to be more meaningful
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/t/select.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/select.test b/mysql-test/t/select.test
index 69343524928..279e6070f06 100644
--- a/mysql-test/t/select.test
+++ b/mysql-test/t/select.test
@@ -2331,8 +2331,8 @@ WHERE
drop table t1,t2,t3;
#
-# Bug #11482 4.1.12 produces different resultset for a complex query
-# than in previous 4.1.x
+# Bug #11482 Wrongly applied optimization was erroneously rejecting valid
+# rows
create table t1 (f1 int);
insert into t1 values (1),(NULL);
create table t2 (f2 int, f3 int, f4 int);