lock manager and chunk allocation mutex modificationsw
[csql.git] / test / sql / Join / hashtree_mix1.sql
blob09ab36bdf9aac8e9198977c35ec5c35ff51728c7
1 create index idx1 on t1(f2) hash;
2 create index idx2 on t2(f2) hash;
3 create index idx3 on t1(f2) tree;
4 create index idx4 on t2(f2) tree;