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