exp fixesw
[csql.git] / test / durability / redologs / exp.test004a.ksh
blob96b4bbd4f1117c9d2940e220fe19dcf957692fc6
1 Server Started
2 Statement Executed
3 Statement Executed: Rows Affected = 1
4 Statement Executed
5 Statement execute failed with error -21
6 Statement Executed: Rows Affected = 1
7 Statement Executed
8 Statement Executed: Rows Affected = 1
9 Statement Executed
10 EXECDIRECT SID:1 TID:64 STMT:CREATE TABLE laks(f1 int not null, f2 int);
11 PREPARE: SID:2 INSERT INTO laks values (10, 10);
12 EXEC SID:2 TID:16
13 FREE SID:2
14 EXECDIRECT SID:3 TID:64 STMT:create index idx on laks (f1) primary hash;
15 PREPARE: SID:4 INSERT INTO laks values (10, 10);
16 FREE SID:4
17 PREPARE: SID:5 INSERT INTO laks values (50, 50);
18 EXEC SID:5 TID:16
19 FREE SID:5
20 EXECDIRECT SID:6 TID:36 STMT:DROP Index idx;
21 PREPARE: SID:7 INSERT INTO laks values (50, 50);
22 EXEC SID:7 TID:16
23 FREE SID:7
24 EXECDIRECT SID:8 TID:40 STMT:DROP table laks;
25 Server Killed
27 Checking Durability
28 Server Started