lock manager and chunk allocation mutex modificationsw
[csql.git] / test / sql / Join / hashon_t1f1_t2f1_t3f1_treeon_t1f2_t2f1_t3f1.sql
blob2a3eb39985aa91e388f651f49824a935cc30bdd1
1 echo create index idx1 on t1(f1) hash;
2 create index idx1 on t1(f1) hash;
3 echo create index idx2 on t2(f1) hash;
4 create index idx2 on t2(f1) hash;
5 echo create index idx3 on t3(f1) hash;
6 create index idx3 on t3(f1) hash;
7 echo create index idx4 on t1(f2) tree;
8 create index idx4 on t1(f2) tree;
9 echo create index idx5 on t2(f2) tree;
10 create index idx5 on t2(f2) tree;
11 echo create index idx6 on t3(f2) tree;
12 create index idx6 on t3(f2) tree;