mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
Fix trivial merge error
This commit is contained in:
parent
7820ae5e25
commit
af864fe91b
1 changed files with 1 additions and 1 deletions
|
@ -4480,7 +4480,7 @@ DROP VIEW v1,v2,v3;
|
|||
DROP TABLE t1,t2;
|
||||
#
|
||||
# BUG#37822: Correlated subquery with IN and IS UNKNOWN provides wrong result
|
||||
#
|
||||
#
|
||||
create table t1(id integer primary key, g integer, v integer, s char(1));
|
||||
create table t2(id integer primary key, g integer, v integer, s char(1));
|
||||
insert into t1 values
|
||||
|
|
Loading…
Reference in a new issue