exp fixesw
[csql.git] / test / durability / redologs / exp.test005.ksh
blob015e0e47754a2ef6d7922040057e3888d2470bc0
1 Server Started
2 Statement Executed
3 PREPARE: SID:2 INSERT INTO t1 VALUES(1234,?);
4 FREE: SID:2 TID:12
5 PREPARE: SID:4 INSERT INTO t1 VALUES(1234,?);
6 FREE: SID:4 TID:12
7 PREPARE: SID:6 INSERT INTO t1 VALUES(1234,?);
8 FREE: SID:6 TID:12
9 EXECDIRECT SID:1 TID:72 STMT:CREATE TABLE t1(f1 int not null, f2 int not null);
10 SET SID:2 POS:1 ISNULL:FALSE TYPE:0 LEN:4 Value:100
11 EXEC SID:2 TID:80
12 SET SID:2 POS:1 ISNULL:FALSE TYPE:0 LEN:4 Value:200
13 EXEC SID:2 TID:80
14 FREE SID:2
15 EXECDIRECT SID:3 TID:64 STMT:create index idx on t1 (f2) primary hash;
16 SET SID:4 POS:1 ISNULL:FALSE TYPE:0 LEN:4 Value:100
17 FREE SID:4
18 EXECDIRECT SID:5 TID:36 STMT:drop index idx;
19 SET SID:6 POS:1 ISNULL:FALSE TYPE:0 LEN:4 Value:100
20 EXEC SID:6 TID:44
21 FREE SID:6
22 Server Killed
24 Checking Durability
25 Server Started
26 CREATE TABLE t1 (f1 INT NOT NULL , f2 INT NOT NULL );
27 INSERT INTO t1 VALUES(1234,100);
28 INSERT INTO t1 VALUES(1234,200);
29 INSERT INTO t1 VALUES(1234,100);