adding test scripts
[csql.git] / test / cache / Bidirectional / exp.test016.ksh
blob93f124126aad5407099c8a9ce806ec85e64f761b
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 echo select * from t1;
34 ---------------------------------------------------------
35 t1.f1 t1.f2
36 ---------------------------------------------------------
37 1 11
38 2 21
39 3 31
40 4 41
41 5 51
42 6 61
43 7 71
44 8 81
45 9 91
46 10 101
47 11 NULL
48 12 NULL
50 echo select * from t2;
51 ---------------------------------------------------------
52 t2.f1 t2.f2
53 ---------------------------------------------------------
54 1 11
55 2 21
56 3 31
57 4 41
58 5 51
59 6 61
60 7 71
61 8 81
62 9 91
63 10 101
64 11 NULL
65 12 NULL