Fixed test case.

This commit is contained in:
unknown 2005-12-14 00:23:46 +02:00
parent 99892b644e
commit 67183a7b8a

View File

@ -1,4 +1,4 @@
DROP TABLE IF EXISTS t1, r1;
DROP TABLE IF EXISTS t1, t2, r1;
create table t1 (
a int primary key,
b int not null,