adding test scripts
[csql.git] / test / durability / redologs / exp.test006.ksh
blobc807e2bc13db8bcf0f440a6239a7fe97e9f62e81
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 EXEC SID:2 TID:16
8 Server Killed
10 Checking Durability
11 Server Started
12 Statement Redo log filename is :/tmp/csql/db/csql.db.stmt
13 CREATE TABLE t1 (f1 INT NOT NULL , f2 INT NOT NULL );
14 INSERT INTO t1 VALUES(1234,100);