removing csqltable.conf file before starting the tests
[csql.git] / test / cache / Bidirectional / exp.test001.ksh
blobf6d89b401587c4b2e56f66642ebe3473220e7915
1 No log table in target DB
2 server started
3 echo select * from t1;
4 ---------------------------------------------------------
5 t1f1 t2f2
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 t2f1 t2f2
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 t1f1 t2f2
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
48 echo select * from t2;
49 ---------------------------------------------------------
50 t2f1 t2f2
51 ---------------------------------------------------------
52 1 11
53 2 21
54 3 31
55 4 41
56 5 51
57 6 61
58 7 71
59 8 81
60 9 91
61 10 101