mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Fix trivial merge error
This commit is contained in:
parent
8731a7c276
commit
2cb3874a5a
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…
Add table
Add a link
Reference in a new issue