3 #create table t1(f1 int not null,f2 int,f3 int,primary key(f1));
4 # create index idx1 on t1(f1) unique;
5 #It should be failed saying "Index on this field already exists".
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}/tree15.sql
19 $CSQL_INSTALL_ROOT/bin
/csqldump
-T t1
20 $CSQL_INSTALL_ROOT/bin
/csql
-u root
-p manager
-s ${REL_PATH}/drop.sql