db: don't create unused tables in the in-memory database
commitfeef6409447ee5bc108373f0785c58ba83fdb16c
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 21 Feb 2013 07:11:35 +0000 (21 10:11 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 21 Feb 2013 07:11:35 +0000 (21 10:11 +0300)
tree8f0cb2cfdc06fb3a4678910fc3bb5be23b9c3594
parent994f87fb41594a1236f632c93456b8f5a9c9656f
db: don't create unused tables in the in-memory database

I had the idea that the in-memory database should be an exact clone of the
on-disk database, but now I think that doesn't make sense.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_db.c