Commit 435a1c93 authored by unknown's avatar unknown

select.test:

  Changed test case comment to be more meaningful


mysql-test/t/select.test:
  Changed test case comment to be more meaningful
parent d4b1f6fa
...@@ -2331,8 +2331,8 @@ WHERE ...@@ -2331,8 +2331,8 @@ WHERE
drop table t1,t2,t3; drop table t1,t2,t3;
# #
# Bug #11482 4.1.12 produces different resultset for a complex query # Bug #11482 Wrongly applied optimization was erroneously rejecting valid
# than in previous 4.1.x # rows
create table t1 (f1 int); create table t1 (f1 int);
insert into t1 values (1),(NULL); insert into t1 values (1),(NULL);
create table t2 (f2 int, f3 int, f4 int); create table t2 (f2 int, f3 int, f4 int);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment