1. Table->fetch() not returning error value when tuple is locked, it just returns...
commit509ab91182f1046584f42f94c7f98824ed497d05
authorprabatuty <prabatuty>
Thu, 6 Mar 2008 09:14:01 +0000 (6 09:14 +0000)
committerprabatuty <prabatuty>
Thu, 6 Mar 2008 09:14:01 +0000 (6 09:14 +0000)
tree27f90d3be2535bdbc324c92f0a9c9e90a2f8d72a
parent2a79388efbc3baf0e015b23083ab2666ba474d04
1. Table->fetch() not returning error value when tuple is locked, it just returns NULL. This creates problem to identify whether there are no tuples satisfying that condition or the record is locked by somebody else.

2. If any operation fails in a transaction for peer site in SqlNetworkHandler, then it is rolling back the transaction and sending the error code to peer site.
14 files changed:
configure
csql.conf
include/ErrorType.h
include/Table.h
include/TableImpl.h
src/network/SqlNetworkHandler.cxx
src/server/Config.cxx
src/server/TableImpl.cxx
src/sql/DelStatement.cxx
src/sql/UpdStatement.cxx
src/sqllog/SqlLogConnection.cxx
src/tools/csqlcacheserver.cxx
src/tools/csqlreplserver.cxx
src/tools/csqlserver.cxx