lock manager and chunk allocation mutex modificationsw
[csql.git] / test / phptests / test028.ksh
blob8a4107df3f15f1e453d1abd3b314694d464489a5
1 #!/bin/ksh
3 CSQL_CONF=${PWD}/phptests/csql.conf
4 REL_PATH=.
5 if [ -s "$CSQL_CONF" ]
6 then
7 REL_PATH=${PWD}/phptests
8 fi
10 php $REL_PATH/columninfo2.php
11 if [ $? -ne 0 ]
12 then
13 exit 50;
15 exit 0;