File Removed
[csql.git] / test / tools / csql / test031.ksh
blob9e61459f80dc1c620d6f43fb97776431dde47334
1 #!/bin/sh
2 # Test Case
3 # check non-unique index with composite keys
5 QUITFILE=${PWD}/tools/csql/quit.sql
6 REL_PATH=.
7 if [ -s "$QUITFILE" ]
8 then
9 REL_PATH=`pwd`/tools/csql
12 $CSQL_INSTALL_ROOT/bin/csql -u root -p manager -s ${REL_PATH}/comp2.sql
13 if [ $? -ne 0 ]
14 then
15 exit 1;
17 $CSQL_INSTALL_ROOT/bin/csqldump -T t1
18 $CSQL_INSTALL_ROOT/bin/csql -u root -p manager -s ${REL_PATH}/drop.sql
19 if [ $? -ne 0 ]
20 then
21 exit 1;