4 #create table t1(f1 int,f2 int);
5 #insert 4 records into table t1 and commit. Then update the records giving a condition and roll back, disconnect csql and and reconnect again. Check the changes made by update are not reflected on records
7 QUITFILE
=${PWD}/tools
/csql
/quit.sql
11 REL_PATH
=`pwd`/tools
/csql
14 $CSQL_INSTALL_ROOT/bin
/csql
-u root
-p manager
-s ${REL_PATH}/autocommit11.sql
19 $CSQL_INSTALL_ROOT/bin
/csql
-u root
-p manager
-s ${REL_PATH}/quit.sql
20 $CSQL_INSTALL_ROOT/bin
/csql
-u root
-p manager
-s ${REL_PATH}/selectstar.sql
21 $CSQL_INSTALL_ROOT/bin
/csql
-u root
-p manager
-s ${REL_PATH}/drop.sql