Commit 67183a7b authored by unknown's avatar unknown
Browse files

Fixed test case.

parent 99892b64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
DROP TABLE IF EXISTS t1, r1;
DROP TABLE IF EXISTS t1, t2, r1;
create table t1 (
a int primary key,
b int not null,