mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
subselect.result:
Correction after manual merge.
This commit is contained in:
parent
c6d1a05aa0
commit
dafbb34dfe
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue