exp fixesw
[csql.git] / test / durability / redologs / exp.test009.ksh
blob64ae277f1b742d20d061f1da6a5fd4806c095c93
1 Server Started
2 Statement Executed
3 PREPARE: SID:2 INSERT INTO t1 VALUES(1234,?);
4 EXECDIRECT SID:1 TID:72 STMT:CREATE TABLE t1(f1 int not null, f2 int not null);
5 SET SID:2 POS:1 ISNULL:FALSE TYPE:0 LEN:4 Value:100
6 Server Killed
8 Checking Durability
9 Server Started
10 CREATE TABLE t1 (f1 INT NOT NULL , f2 INT NOT NULL );