lock manager and chunk allocation mutex modificationsw
[csql.git] / test / sql / Join / noindex_t1_t2_t3.sql
blob60d733f2f9de0b1564266b81e37ec01d146739ca
1 echo create table t1(f1 int,f2 int);
2 create table t1(f1 int,f2 int);
3 echo create table t2(f1 int,f2 int);
4 create table t2(f1 int,f2 int);
5 echo create table t3(f1 int,f2 int);
6 create table t3(f1 int,f2 int);