1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

select.test:

Changed test case comment to be more meaningful


mysql-test/t/select.test:
  Changed test case comment to be more meaningful
This commit is contained in:
unknown
2005-07-18 19:34:29 +04:00
parent d4b1f6fa5d
commit 435a1c9392

View File

@ -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);