adding test scripts
[csql.git] / test / durability / redologs / exp.test008.ksh
blob57515269a5d78a4502a2e11123718cf7bbf48154
1 Server Started
2 Statement Executed
3 Statement Redo log filename is :/tmp/csql/db/csql.db.stmt
4 Redo log filename is :/tmp/csql/db/csql.db.cur
5 EXECDIRECT SID:1 TID:72 STMT:CREATE TABLE t1(f1 int not null, f2 int not null);
6 PREPARE: SID:2 INSERT INTO t1 VALUES(1234,100);
7 Server Killed
9 Checking Durability
10 Server Started
11 Statement Redo log filename is :/tmp/csql/db/csql.db.stmt
12 CREATE TABLE t1 (f1 INT NOT NULL , f2 INT NOT NULL );