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