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