windows porting first phase- ported os layer, storage module to windows
commitabc6514de1596de009d307a7ca17dbaf2dc7aca0
authorprabatuty <prabatuty>
Mon, 14 Mar 2011 14:57:33 +0000 (14 14:57 +0000)
committerprabatuty <prabatuty>
Mon, 14 Mar 2011 14:57:33 +0000 (14 14:57 +0000)
treeeffc041e0a94dda35d70feae6367396aa9eb83ff
parent9da78040a28db42184706ede801d44d332f6db24
windows porting first phase- ported os layer, storage module to windows
60 files changed:
include/AbsSqlConnection.h
include/AbsSqlStatement.h
include/AggTableImpl.h
include/CacheTableLoader.h
include/Config.h
include/DataType.h
include/Database.h
include/DatabaseManager.h
include/DatabaseManagerImpl.h
include/Debug.h
include/Expression.h
include/Field.h
include/HeapAllocator.h
include/JoinTableImpl.h
include/Makefile.in
include/Mutex.h
include/NanoTimer.h
include/Network.h
include/OrderByTree.h
include/OrderTableImpl.h
include/Parser.h
include/Predicate.h
include/PredicateImpl.h
include/Session.h
include/SessionImpl.h
include/SqlConnection.h
include/SqlFactory.h
include/SqlGwConnection.h
include/SqlGwStatement.h
include/SqlLogConnection.h
include/SqlLogStatement.h
include/SqlNwConnection.h
include/SqlNwStatement.h
include/SqlOciConnection.h
include/SqlOciStatement.h
include/SqlOdbcConnection.h
include/SqlOdbcStatement.h
include/SqlStatement.h
include/Table.h
include/TableConfig.h
include/TableImpl.h
include/Transaction.h
include/UserManager.h
include/UserManagerImpl.h
include/Util.h
include/dmllex.h
include/os.h
include/sqltypes.h
src/adapter/Makefile.in
src/adapter/SqlOdbcConnection.cxx
src/storage/BucketList.cxx
src/storage/Config.cxx
src/storage/DataType.cxx
src/storage/Database.cxx
src/storage/DatabaseManagerImpl.cxx
src/storage/Logger.cxx
src/storage/Makefile.in
src/storage/Mutex.cxx
src/storage/Util.cxx
src/storage/os.cxx