mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
subselect.result:
Correction after manual merge. mysql-test/r/subselect.result: Correction after manual merge.
This commit is contained in:
@ -2754,7 +2754,6 @@ one two flag
|
||||
5 6 N
|
||||
7 8 N
|
||||
DROP TABLE t1,t2;
|
||||
drop table t1;
|
||||
create table t1 (df decimal(5,1));
|
||||
insert into t1 values(1.1);
|
||||
insert into t1 values(2.2);
|
||||
|
Reference in New Issue
Block a user