adding test scripts
[csql.git] / test / cache / Bidirectional / exp.test006.ksh
blob6509961747f677780fb0c85fa47d3515ef207bd6
1 Log table created in target DB
2 server started
3 echo select * from t1;
4 ---------------------------------------------------------
5 t1.f1 t1.f2
6 ---------------------------------------------------------
7 1 11
8 2 21
9 3 31
10 4 41
11 5 51
12 6 61
13 7 71
14 8 81
15 9 91
16 10 101
18 echo select * from t2;
19 ---------------------------------------------------------
20 t2.f1 t2.f2
21 ---------------------------------------------------------
22 1 11
23 2 21
24 3 31
25 4 41
26 5 51
27 6 61
28 7 71
29 8 81
30 9 91
31 10 101
33 Update some record in target database
34 echo select * from t1;
35 ---------------------------------------------------------
36 t1.f1 t1.f2
37 ---------------------------------------------------------
38 1 50
39 2 50
40 3 50
41 4 50
42 5 50
43 6 61
44 7 71
45 8 81
46 9 91
47 10 101
49 echo select * from t2;
50 ---------------------------------------------------------
51 t2.f1 t2.f2
52 ---------------------------------------------------------
53 1 110
54 2 110
55 3 110
56 4 110
57 5 110
58 6 61
59 7 71
60 8 81
61 9 91
62 10 101