exp fixesw
[csql.git] / test / durability / redologs / exp.test008.ksh
blobeb979c69f2be4bcf85acc115912f43c6813f0f6e
1 Server Started
2 Statement Executed
3 EXECDIRECT SID:1 TID:72 STMT:CREATE TABLE t1(f1 int not null, f2 int not null);
4 PREPARE: SID:2 INSERT INTO t1 VALUES(1234,100);
5 Server Killed
7 Checking Durability
8 Server Started
9 CREATE TABLE t1 (f1 INT NOT NULL , f2 INT NOT NULL );