adding test scripts
[csql.git] / test / durability / recovery / exp.test014.ksh
blob2fbc81053aca988b6a077539a398fa4e32caeb9d
1 Durablity = TRUE
2 Server Started
3 CREATE TABLE laks(f1 int);
4 CREATE INDEX idx1 ON laks(f1);
5 Server Killed
7 Checking Durability
8 Server Started
10 Durability Works Fine