*** empty log message ***
[csql.git] / test / durability / recovery / exp.testMMAP019.ksh
blob429267267209eddc1c6db90ca4ad69f077d696d9
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 I-Pass Test over
13 Server Killed
14 DURABILITY=true and MMAP=true
15 Server Started
16 ---------------------------------------------------------
17 COUNT(*)
18 ---------------------------------------------------------
19 1000
21 Durability Works Fine
22 II-Pass Test over
23 Server Killed
24 Server Started
25 ---------------------------------------------------------
26 COUNT(*)
27 ---------------------------------------------------------
28 2000
30 Durability Works Fine
31 III-Pass Test over