20 Jan
2009
20 Jan
'09
9:03 p.m.
These db_open and db_close looked quite useless. And they caused the db directory to be opened on a simple registering of a database. This is totally unneeded, this opening can be delayed to when we actually need it.
Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
After this patch, we don't need db->handle, right?