File Removed
[csql.git] / test / tools / csql / test034a.ksh
blobd7f6ad6ba00438706e986cc7758c34c846d153dc
1 #!/bin/sh
2 # Test Case
3 #create table t2(taking different integer fields) (test034a.ksh)
4 #create index in various ways.
5 #Do all operations like select,insert,update,delete on the indexed field.
8 QUITFILE=${PWD}/tools/csql/quit.sql
9 REL_PATH=.
10 if [ -s "$QUITFILE" ]
11 then
12 REL_PATH=`pwd`/tools/csql
15 $CSQL_INSTALL_ROOT/bin/csql -u root -p manager -s ${REL_PATH}/diffintindex.sql
16 if [ $? -ne 0 ]
17 then
18 $CSQL_INSTALL_ROOT/bin/csql -u root -p manager -s ${REL_PATH}/drop.sql
19 exit 1;