List tableList added to DatabaseManagerImpl object.
commit7c742b73ef4550694131f8a3b03c03edb91c2c01
authorkishoramballi <kishoramballi>
Sat, 21 Jun 2008 07:22:56 +0000 (21 07:22 +0000)
committerkishoramballi <kishoramballi>
Sat, 21 Jun 2008 07:22:56 +0000 (21 07:22 +0000)
tree0ee4c8a55286e4f3f0deedc7df9e65b8e9b5547a
parent179ab4474078f10de8d48b3e010301e0033f5b2b
List tableList added to DatabaseManagerImpl object.
It will have list of all the open table handles per connection.
all the table handles are released once databaseManager goes out of scope.
include/DatabaseManagerImpl.h
src/server/DatabaseManagerImpl.cxx