adding test scripts
[csql.git] / test / cache / Bidirectional / exp.test007.ksh
blob33dd09e324c14d76016583183127b7eaee518616
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 Delete some record from target database
34 echo select * from t1;
35 ---------------------------------------------------------
36 t1.f1 t1.f2
37 ---------------------------------------------------------
38 1 11
39 2 21
40 3 31
41 4 41
42 5 51
43 6 61
44 7 71
46 echo select * from t2;
47 ---------------------------------------------------------
48 t2.f1 t2.f2
49 ---------------------------------------------------------
50 7 71
51 8 81
52 9 91
53 10 101