Renamed server directory to storage directory in src
commit6a3779986983280ca9b793cc7710f94349e3ee08
authorprabatuty <prabatuty>
Tue, 26 Aug 2008 09:53:43 +0000 (26 09:53 +0000)
committerprabatuty <prabatuty>
Tue, 26 Aug 2008 09:53:43 +0000 (26 09:53 +0000)
tree5ec2cb096760af39e3ff03364ac6755abf4f7a8d
parentd57e99084dcb08c68617129cdc3883e1c5adb42e
Renamed server directory to storage directory in src
46 files changed:
configure
configure.in
src/Makefile.am
src/Makefile.in
src/jdbc/Makefile.am
src/jdbc/Makefile.in
src/odbc/Makefile
src/odbc/Makefile.am
src/odbc/Makefile.in
src/sql/Makefile.am
src/sql/Makefile.in
src/storage/AggTableImpl.cxx [new file with mode: 0644]
src/storage/BucketIter.cxx [new file with mode: 0644]
src/storage/BucketList.cxx [new file with mode: 0644]
src/storage/CatalogTables.cxx [new file with mode: 0644]
src/storage/Chunk.cxx [new file with mode: 0644]
src/storage/ChunkIterator.cxx [new file with mode: 0644]
src/storage/Condition.cxx [new file with mode: 0644]
src/storage/Config.cxx [new file with mode: 0644]
src/storage/Connection.cxx [new file with mode: 0644]
src/storage/DataType.cxx [new file with mode: 0644]
src/storage/Database.cxx [new file with mode: 0644]
src/storage/DatabaseManagerImpl.cxx [new file with mode: 0644]
src/storage/Debug.cxx [new file with mode: 0644]
src/storage/FieldList.cxx [new file with mode: 0644]
src/storage/HashIndex.cxx [new file with mode: 0644]
src/storage/Index.cxx [new file with mode: 0644]
src/storage/LockListIter.cxx [new file with mode: 0644]
src/storage/LockManager.cxx [new file with mode: 0644]
src/storage/Logger.cxx [new file with mode: 0644]
src/storage/Makefile.am [moved from src/server/Makefile.am with 77% similarity]
src/storage/Makefile.in [moved from src/server/Makefile.in with 97% similarity]
src/storage/Mutex.cxx [new file with mode: 0644]
src/storage/PageInfo.cxx [new file with mode: 0644]
src/storage/PredicateImpl.cxx [new file with mode: 0644]
src/storage/Process.cxx [new file with mode: 0644]
src/storage/SessionImpl.cxx [new file with mode: 0644]
src/storage/TableDef.cxx [new file with mode: 0644]
src/storage/TableImpl.cxx [new file with mode: 0644]
src/storage/Transaction.cxx [new file with mode: 0644]
src/storage/TransactionManager.cxx [new file with mode: 0644]
src/storage/TupleIterator.cxx [new file with mode: 0644]
src/storage/UserManagerImpl.cxx [new file with mode: 0644]
src/storage/os.cxx [new file with mode: 0644]
src/tools/Makefile.am
src/tools/Makefile.in