code reorg for Transactionw!
[csql.git] / test / sql / Join / hashtree_mix2.sql
blob4fc6915d9d98046e1593bf8fee4b2b85de1e1b99
1 create index idx1 on t1(f1) hash;
2 create index idx2 on t2(f1) hash;
3 create index idx3 on t1(f1) tree;
4 create index idx4 on t2(f1) tree;