adding test scripts
[csql.git] / test / durability / recovery / exp.testMMAP019.ksh
blob62ee0470ae88919c629f0297e8d5c9f6086b1a00
1 DURABILITY=true and MMAP=true
2 Server Started
3 CREATE TABLE t1(f1 int,f2 char(15));
4 Server Killed
5 Server Started
6 ---------------------------------------------------------
7 COUNT(*)
8 ---------------------------------------------------------
9 1000
11 Durability Works Fine
12 Server Killed
13 DURABILITY=true and MMAP=false
14 Server Started
15 ---------------------------------------------------------
16 COUNT(*)
17 ---------------------------------------------------------
18 1000
20 Durability Works Fine
21 Server Killed
22 Server Started
23 ---------------------------------------------------------
24 COUNT(*)
25 ---------------------------------------------------------
26 2000
28 Durability Works Fine