64 bit build fix
[csql.git] / test / cache / FailOver / exp.test006b.ksh
blobb3ba12f310cd4546a1232e9b713e462ac9a9bb8b
1 table t1(to be cached) inserted into target db
2 table t1 cached into csql
3 table t2(not cached) inserted into target db
4 table t3 inserted into csql db
5 csql server is down
6 csql down: insert into t1(cached table) success
7 csql down: insert into t2(not cached mysql table) success
8 csql down: insert into t3(not cached csql table) failed