lock manager and chunk allocation mutex modificationsw
[csql.git] / test / sql / Join / createt1.sql
blob1b4461ab4492d51d06b0e4ec5bbde7d5b6efccba
1 create table t1(f1 int,f2 int,primary key(f1));
2 insert into t1 values(1,10);
3 insert into t1 values(2,20);
4 insert into t1 values(3,30);
5 insert into t1 values(4,40);