performance fixes for min and max aggregate for table with tree index.
commit9f2b28dd10df6c861cabf1d8c5a83cb6a18bbe18
authorprabatuty <prabatuty>
Mon, 2 Feb 2009 09:29:26 +0000 (2 09:29 +0000)
committerprabatuty <prabatuty>
Mon, 2 Feb 2009 09:29:26 +0000 (2 09:29 +0000)
tree9b8e93c1dd7044ea75da81fcee3a18b95a5ba188
parent311f84824959591702bb8be38ad59ef09ca1b70e
performance fixes for min and max aggregate for table with tree index.
Also inline some of the functions which are heavily called
14 files changed:
include/Index.h
include/Info.h
include/Lock.h
include/TableImpl.h
include/os.h
src/odbc/Makefile
src/sql/ParsedData.cxx
src/storage/DataType.cxx
src/storage/HashIndex.cxx
src/storage/LockManager.cxx
src/storage/Mutex.cxx
src/storage/TableImpl.cxx
src/storage/TreeIter.cxx
src/storage/os.cxx