lock manager and chunk allocation mutex modificationsw
[csql.git] / test / sql / Join / test051.ksh
blob763f67cbbcb5e162a5ca2d7c3e9b2084edd99b88
1 #!/bin/ksh
3 QUITFILE=${PWD}/sql/Join/quit.sql
4 REL_PATH=.
5 if [ -s "$QUITFILE" ]
6 then
7 REL_PATH=`pwd`/sql/Join
8 fi
10 $CSQL_INSTALL_ROOT/bin/csql -s $REL_PATH/noindex_t1_t2_t3.sql
11 if [ $? -ne 0 ]
12 then
13 exit 1;
15 $CSQL_INSTALL_ROOT/bin/csql -s $REL_PATH/hash_t1f1_tree_t2f1.sql
16 if [ $? -ne 0 ]
17 then
18 exit 2;
20 $CSQL_INSTALL_ROOT/bin/csql -s $REL_PATH/insert_t1_t2_t3.sql
21 if [ $? -ne 0 ]
22 then
23 exit 3;
25 $CSQL_INSTALL_ROOT/bin/csql -s $REL_PATH/equijoin4_with_and_t1_t2_t3.sql
26 if [ $? -ne 0 ]
27 then
28 exit 4;
30 $CSQL_INSTALL_ROOT/bin/csql -s $REL_PATH/drop_t1_t2_t3.sql
31 if [ $? -ne 0 ]
32 then
33 exit 5;