*** empty log message ***
[csql.git] / test / durability / redologs / exp.test006.ksh
blobe76bc039e2f972d6280e9c70144df5e1720d4cf2
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 EXEC SID:2 TID:16
6 Server Killed
8 Checking Durability
9 Server Started
10 CREATE TABLE t1 (f1 INT NOT NULL , f2 INT NOT NULL );
11 INSERT INTO t1 VALUES(1234,100);