Commit a217d5c5 authored by unknown's avatar unknown

subselect.result:

  Correction after manual merge.


mysql-test/r/subselect.result:
  Correction after manual merge.
parent 89e421cd
...@@ -2754,7 +2754,6 @@ one two flag ...@@ -2754,7 +2754,6 @@ one two flag
5 6 N 5 6 N
7 8 N 7 8 N
DROP TABLE t1,t2; DROP TABLE t1,t2;
drop table t1;
create table t1 (df decimal(5,1)); create table t1 (df decimal(5,1));
insert into t1 values(1.1); insert into t1 values(1.1);
insert into t1 values(2.2); insert into t1 values(2.2);
......
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